#472429

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

Shades of Bulgarian Rose #472429

Tints of Bulgarian Rose #472429

Color information

#472429 (or 0x472429) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 24 and 29. RGB value is (71,36,41). Sum of RGB (Red+Green+Blue) = 71+36+41=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #472429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472429 is #B8DBD6. Grayscale: #2F2F2F. Windows color (decimal): -12114903 or 2696263. OLE color: 2696263.

HSL color Cylindrical-coordinate representation of color #472429: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472429 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB713641-
CMYK00.490.420.72
HSL351.43º32.71%20.98%-
HSV(B)351.43º49.3%27.84%-
XYZ3.632.762.44-
YUV47.04124.6145.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=47.97%
G=24.32%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364100.490.420.72351.4332.7120.98
Hex4724290312A4815f2115
Octal1074451061521105374125
Binary10001111001001010010110001101010100100010101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472429; }

 p { color: rgb(71,36,41); }

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

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

 a { background-color: rgb(71,36,41); }

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

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

 span { border-color: rgb(71,36,41); }

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