#472224

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

Shades of Bulgarian Rose #472224

Tints of Bulgarian Rose #472224

Color information

#472224 (or 0x472224) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 22 and 24. RGB value is (71,34,36). Sum of RGB (Red+Green+Blue) = 71+34+36=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472224 is #B8DDDB. Grayscale: #2D2D2D. Windows color (decimal): -12115420 or 2368071. OLE color: 2368071.

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

Color convert

RGB713436-
CMYK00.520.490.72
HSL356.76º35.24%20.59%-
HSV(B)356.76º52.11%27.84%-
XYZ3.492.611.99-
YUV45.29122.76146.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=50.35%
G=24.11%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343600.520.490.72356.7635.2420.59
Hex47222403431481652315
Octal1074244064611105454325
Binary10001111000101001000110100110001100100010110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472224; }

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

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

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

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

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

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

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

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