#B62D6D

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

Shades of Rouge #B62D6D

Tints of Rouge #B62D6D

Color information

#B62D6D (or 0xB62D6D) is unknown color: approx Rouge. HEX triplet: B6, 2D and 6D. RGB value is (182,45,109). Sum of RGB (Red+Green+Blue) = 182+45+109=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D6D is #49D292. Grayscale: #5D5D5D. Windows color (decimal): -4838035 or 7155126. OLE color: 7155126.

HSL color Cylindrical-coordinate representation of color #B62D6D: hue angle of 331.97º 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 #B62D6D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18245109-
CMYK00.750.400.29
HSL331.97º60.35%44.51%-
HSV(B)331.97º75.27%71.37%-
XYZ22.9912.9315.75-
YUV93.26136.89191.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=54.17%
G=13.39%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824510900.750.400.29331.9760.3544.51
HexB62D6D04B281D14c3c2d
Octal26655155011350355147455
Binary1011011010110111011010100101110100011101101001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D6D; }

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

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

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

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

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

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

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

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