#B62D69

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

Shades of Rouge #B62D69

Tints of Rouge #B62D69

Color information

#B62D69 (or 0xB62D69) is unknown color: approx Rouge. HEX triplet: B6, 2D and 69. RGB value is (182,45,105). Sum of RGB (Red+Green+Blue) = 182+45+105=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D69 is #49D296. Grayscale: #5C5C5C. Windows color (decimal): -4838039 or 6892982. OLE color: 6892982.

HSL color Cylindrical-coordinate representation of color #B62D69: hue angle of 333.72º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D69 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18245105-
CMYK00.750.420.29
HSL333.72º60.35%44.51%-
HSV(B)333.72º75.27%71.37%-
XYZ22.7812.8414.64-
YUV92.8134.89191.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 45 (17.97% from 255) = 13.55%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=54.82%
G=13.55%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824510500.750.420.29333.7260.3544.51
HexB62D6904B2A1D14e3c2d
Octal26655151011352355167455
Binary1011011010110111010010100101110101011101101001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D69; }

 p { color: rgb(182,45,105); }

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

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

 a { background-color: rgb(182,45,105); }

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

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

 span { border-color: rgb(182,45,105); }

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