#472228

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

Shades of Bulgarian Rose #472228

Tints of Bulgarian Rose #472228

Color information

#472228 (or 0x472228) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 22 and 28. RGB value is (71,34,40). Sum of RGB (Red+Green+Blue) = 71+34+40=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #472228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472228 is #B8DDD7. Grayscale: #2D2D2D. Windows color (decimal): -12115416 or 2630215. OLE color: 2630215.

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

Color convert

RGB713440-
CMYK00.520.440.72
HSL350.27º35.24%20.59%-
HSV(B)350.27º52.11%27.84%-
XYZ3.552.642.33-
YUV45.75124.76146.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=48.97%
G=23.45%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71344000.520.440.72350.2735.2420.59
Hex4722280342C4815e2315
Octal1074250064541105364325
Binary10001111000101010000110100101100100100010101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472228; }

 p { color: rgb(71,34,40); }

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

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

 a { background-color: rgb(71,34,40); }

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

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

 span { border-color: rgb(71,34,40); }

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