#472425

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

Shades of Bulgarian Rose #472425

Tints of Bulgarian Rose #472425

Color information

#472425 (or 0x472425) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 24 and 25. RGB value is (71,36,37). Sum of RGB (Red+Green+Blue) = 71+36+37=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #472425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472425 is #B8DBDA. Grayscale: #2E2E2E. Windows color (decimal): -12114907 or 2434119. OLE color: 2434119.

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

Color convert

RGB713637-
CMYK00.490.480.72
HSL358.29º32.71%20.98%-
HSV(B)358.29º49.3%27.84%-
XYZ3.562.732.09-
YUV46.58122.6145.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=49.31%
G=25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71363700.490.480.72358.2932.7120.98
Hex47242503130481662115
Octal1074445061601105464125
Binary10001111001001001010110001110000100100010110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472425; }

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

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

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

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

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

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

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

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