#B62464

Color #B62464 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B62464

Tints of Rouge #B62464

Color information

#B62464 (or 0xB62464) is unknown color: approx Rouge. HEX triplet: B6, 24 and 64. RGB value is (182,36,100). Sum of RGB (Red+Green+Blue) = 182+36+100=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B62464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62464 is #49DB9B. Grayscale: #565656. Windows color (decimal): -4840348 or 6562998. OLE color: 6562998.

HSL color Cylindrical-coordinate representation of color #B62464: hue angle of 333.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62464 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18236100-
CMYK00.800.450.29
HSL333.7º66.97%42.75%-
HSV(B)333.7º80.22%71.37%-
XYZ22.2212.1313.23-
YUV86.95135.37195.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 36 (14.45% from 255) = 11.32%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=57.23%
G=11.32%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823610000.800.450.29333.766.9742.75
HexB624640502D1D14e432b
Octal266441440120553551610353
Binary10110110100100110010001010000101101111011010011101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62464; }

 p { color: rgb(182,36,100); }

 H1.HeaderClassName
 {
   color: #B62464;
 }
 .AnyTagClassName
 {
   color: #B62464;
 }
</style>
background-color css

<style>
 a { background-color: #B62464; }

 a { background-color: rgb(182,36,100); }

 div.DivClassName
 {
   background-color: #B62464;
 }
 .BgClassName
 {
   background-color: #B62464;
 }
</style>
border-color css

<style>
 span { border-color: #B62464; }

 span { border-color: rgb(182,36,100); }

 td.TdClassName
 {
   border-color: #B62464;
 }
 .TagClassName
 {
   border-color: #B62464;
 }
</style>