#B42D67

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

Shades of Rouge #B42D67

Tints of Rouge #B42D67

Color information

#B42D67 (or 0xB42D67) is unknown color: approx Rouge. HEX triplet: B4, 2D and 67. RGB value is (180,45,103). Sum of RGB (Red+Green+Blue) = 180+45+103=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D67 is #4BD298. Grayscale: #5B5B5B. Windows color (decimal): -4969113 or 6761908. OLE color: 6761908.

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

Color convert

RGB18045103-
CMYK00.750.430.29
HSL334.22º60%44.12%-
HSV(B)334.22º75%70.59%-
XYZ22.2112.5614.09-
YUV91.98134.23190.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=54.88%
G=13.72%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804510300.750.430.29334.226044.12
HexB42D6704B2B1D14e3c2c
Octal26455147011353355167454
Binary1011010010110111001110100101110101111101101001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D67; }

 p { color: rgb(180,45,103); }

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

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

 a { background-color: rgb(180,45,103); }

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

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

 span { border-color: rgb(180,45,103); }

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