#472023

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

Shades of Bulgarian Rose #472023

Tints of Bulgarian Rose #472023

Color information

#472023 (or 0x472023) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 20 and 23. RGB value is (71,32,35). Sum of RGB (Red+Green+Blue) = 71+32+35=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472023 is #B8DFDC. Grayscale: #2C2C2C. Windows color (decimal): -12115933 or 2302023. OLE color: 2302023.

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

Color convert

RGB713235-
CMYK00.550.510.72
HSL355.38º37.86%20.2%-
HSV(B)355.38º54.93%27.84%-
XYZ3.422.491.89-
YUV44122.92147.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=51.45%
G=23.19%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71323500.550.510.72355.3837.8620.2
Hex47202303733481632614
Octal1074043067631105434624
Binary10001111000001000110110111110011100100010110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472023; }

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

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

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

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

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

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

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

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