#472225

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

Shades of Bulgarian Rose #472225

Tints of Bulgarian Rose #472225

Color information

#472225 (or 0x472225) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 22 and 25. RGB value is (71,34,37). Sum of RGB (Red+Green+Blue) = 71+34+37=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472225 is #B8DDDA. Grayscale: #2D2D2D. Windows color (decimal): -12115419 or 2433607. OLE color: 2433607.

HSL color Cylindrical-coordinate representation of color #472225: hue angle of 355.14º 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 #472225 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB713437-
CMYK00.520.480.72
HSL355.14º35.24%20.59%-
HSV(B)355.14º52.11%27.84%-
XYZ3.52.622.07-
YUV45.4123.26146.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=50%
G=23.94%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343700.520.480.72355.1435.2420.59
Hex47222503430481632315
Octal1074245064601105434325
Binary10001111000101001010110100110000100100010110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472225; }

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

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

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

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

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

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

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

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