#472125

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

Shades of Bulgarian Rose #472125

Tints of Bulgarian Rose #472125

Color information

#472125 (or 0x472125) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 21 and 25. RGB value is (71,33,37). Sum of RGB (Red+Green+Blue) = 71+33+37=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472125 is #B8DEDA. Grayscale: #2C2C2C. Windows color (decimal): -12115675 or 2433351. OLE color: 2433351.

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

Color convert

RGB713337-
CMYK00.540.480.72
HSL353.68º36.54%20.39%-
HSV(B)353.68º53.52%27.84%-
XYZ3.482.562.06-
YUV44.82123.59146.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=50.35%
G=23.40%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71333700.540.480.72353.6836.5420.39
Hex47212503630481622514
Octal1074145066601105424524
Binary10001111000011001010110110110000100100010110001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472125; }

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

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

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

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

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

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

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

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