#B33470

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

Shades of Rouge #B33470

Tints of Rouge #B33470

Color information

#B33470 (or 0xB33470) is unknown color: approx Rouge. HEX triplet: B3, 34 and 70. RGB value is (179,52,112). Sum of RGB (Red+Green+Blue) = 179+52+112=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33470 is #4CCB8F. Grayscale: #606060. Windows color (decimal): -5032848 or 7353523. OLE color: 7353523.

HSL color Cylindrical-coordinate representation of color #B33470: hue angle of 331.65º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33470 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17952112-
CMYK00.710.370.30
HSL331.65º54.98%45.29%-
HSV(B)331.65º70.95%70.2%-
XYZ22.7413.2116.68-
YUV96.81136.58186.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=52.19%
G=15.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795211200.710.370.30331.6554.9845.29
HexB33470047251E14c372d
Octal26364160010745365146755
Binary1011001111010011100000100011110010111110101001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33470; }

 p { color: rgb(179,52,112); }

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

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

 a { background-color: rgb(179,52,112); }

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

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

 span { border-color: rgb(179,52,112); }

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