#472223

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

Shades of Bulgarian Rose #472223

Tints of Bulgarian Rose #472223

Color information

#472223 (or 0x472223) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 22 and 23. RGB value is (71,34,35). Sum of RGB (Red+Green+Blue) = 71+34+35=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472223 is #B8DDDC. Grayscale: #2D2D2D. Windows color (decimal): -12115421 or 2302535. OLE color: 2302535.

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

Color convert

RGB713435-
CMYK00.520.510.72
HSL358.38º35.24%20.59%-
HSV(B)358.38º52.11%27.84%-
XYZ3.472.61.91-
YUV45.18122.26146.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 35 (14.06% from 255) = 25%
R=50.71%
G=24.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71343500.520.510.72358.3835.2420.59
Hex47222303433481662315
Octal1074243064631105464325
Binary10001111000101000110110100110011100100010110011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472223; }

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

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

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

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

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

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

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

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