#472327

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

Shades of Bulgarian Rose #472327

Tints of Bulgarian Rose #472327

Color information

#472327 (or 0x472327) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 23 and 27. RGB value is (71,35,39). Sum of RGB (Red+Green+Blue) = 71+35+39=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472327 is #B8DCD8. Grayscale: #2E2E2E. Windows color (decimal): -12115161 or 2564935. OLE color: 2564935.

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

Color convert

RGB713539-
CMYK00.510.450.72
HSL353.33º33.96%20.78%-
HSV(B)353.33º50.7%27.84%-
XYZ3.572.692.25-
YUV46.22123.93145.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=48.97%
G=24.14%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71353900.510.450.72353.3333.9620.78
Hex4723270332D481612215
Octal1074347063551105414225
Binary10001111000111001110110011101101100100010110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472327; }

 p { color: rgb(71,35,39); }

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

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

 a { background-color: rgb(71,35,39); }

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

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

 span { border-color: rgb(71,35,39); }

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