#472329

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

Shades of Bulgarian Rose #472329

Tints of Bulgarian Rose #472329

Color information

#472329 (or 0x472329) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 23 and 29. RGB value is (71,35,41). Sum of RGB (Red+Green+Blue) = 71+35+41=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472329 is #B8DCD6. Grayscale: #2E2E2E. Windows color (decimal): -12115159 or 2696007. OLE color: 2696007.

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

Color convert

RGB713541-
CMYK00.510.420.72
HSL350º33.96%20.78%-
HSV(B)350º50.7%27.84%-
XYZ3.62.72.43-
YUV46.45124.93145.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.30%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=48.30%
G=23.81%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71354100.510.420.7235033.9620.78
Hex4723290332A4815e2215
Octal1074351063521105364225
Binary10001111000111010010110011101010100100010101111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472329; }

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

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

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

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

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

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

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

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