#472123

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

Shades of Bulgarian Rose #472123

Tints of Bulgarian Rose #472123

Color information

#472123 (or 0x472123) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 21 and 23. RGB value is (71,33,35). Sum of RGB (Red+Green+Blue) = 71+33+35=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472123 is #B8DEDC. Grayscale: #2C2C2C. Windows color (decimal): -12115677 or 2302279. OLE color: 2302279.

HSL color Cylindrical-coordinate representation of color #472123: hue angle of 356.84º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472123 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB713335-
CMYK00.540.510.72
HSL356.84º36.54%20.39%-
HSV(B)356.84º53.52%27.84%-
XYZ3.452.551.9-
YUV44.59122.59146.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=51.08%
G=23.74%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71333500.540.510.72356.8436.5420.39
Hex47212303633481652514
Octal1074143066631105454524
Binary10001111000011000110110110110011100100010110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472123; }

 p { color: rgb(71,33,35); }

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

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

 a { background-color: rgb(71,33,35); }

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

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

 span { border-color: rgb(71,33,35); }

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