#472427

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

Shades of Bulgarian Rose #472427

Tints of Bulgarian Rose #472427

Color information

#472427 (or 0x472427) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 24 and 27. RGB value is (71,36,39). Sum of RGB (Red+Green+Blue) = 71+36+39=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #472427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472427 is #B8DBD8. Grayscale: #2E2E2E. Windows color (decimal): -12114905 or 2565191. OLE color: 2565191.

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

Color convert

RGB713639-
CMYK00.490.450.72
HSL354.86º32.71%20.98%-
HSV(B)354.86º49.3%27.84%-
XYZ3.62.752.26-
YUV46.81123.6145.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=48.63%
G=24.66%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71363900.490.450.72354.8632.7120.98
Hex4724270312D481632115
Octal1074447061551105434125
Binary10001111001001001110110001101101100100010110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472427; }

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

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

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

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

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

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

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

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