#492021

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

Shades of Bulgarian Rose #492021

Tints of Bulgarian Rose #492021

Color information

#492021 (or 0x492021) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 20 and 21. RGB value is (73,32,33). Sum of RGB (Red+Green+Blue) = 73+32+33=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #492021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492021 is #B6DFDE. Grayscale: #2C2C2C. Windows color (decimal): -11984863 or 2170953. OLE color: 2170953.

HSL color Cylindrical-coordinate representation of color #492021: hue angle of 358.54º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492021 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB733233-
CMYK00.560.550.71
HSL358.54º39.05%20.59%-
HSV(B)358.54º56.16%28.63%-
XYZ3.542.561.75-
YUV44.37121.58148.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=52.90%
G=23.19%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73323300.560.550.71358.5439.0520.59
Hex49202103837471672715
Octal1114041070671075474725
Binary10010011000001000010111000110111100011110110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492021; }

 p { color: rgb(73,32,33); }

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

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

 a { background-color: rgb(73,32,33); }

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

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

 span { border-color: rgb(73,32,33); }

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