#472025

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

Shades of Bulgarian Rose #472025

Tints of Bulgarian Rose #472025

Color information

#472025 (or 0x472025) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 20 and 25. RGB value is (71,32,37). Sum of RGB (Red+Green+Blue) = 71+32+37=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472025 is #B8DFDA. Grayscale: #2C2C2C. Windows color (decimal): -12115931 or 2433095. OLE color: 2433095.

HSL color Cylindrical-coordinate representation of color #472025: hue angle of 352.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472025 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB713237-
CMYK00.550.480.72
HSL352.31º37.86%20.2%-
HSV(B)352.31º54.93%27.84%-
XYZ3.452.512.05-
YUV44.23123.92147.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=50.71%
G=22.86%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71323700.550.480.72352.3137.8620.2
Hex47202503730481602614
Octal1074045067601105404624
Binary10001111000001001010110111110000100100010110000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472025; }

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

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

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

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

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

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

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

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