#492123

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

Shades of Bulgarian Rose #492123

Tints of Bulgarian Rose #492123

Color information

#492123 (or 0x492123) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 21 and 23. RGB value is (73,33,35). Sum of RGB (Red+Green+Blue) = 73+33+35=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #492123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492123 is #B6DEDC. Grayscale: #2D2D2D. Windows color (decimal): -11984605 or 2302281. OLE color: 2302281.

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

Color convert

RGB733335-
CMYK00.550.520.71
HSL357º37.74%20.78%-
HSV(B)357º54.79%28.63%-
XYZ3.592.631.91-
YUV45.19122.25147.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=51.77%
G=23.40%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73333500.550.520.7135737.7420.78
Hex49212303734471652615
Octal1114143067641075454625
Binary10010011000011000110110111110100100011110110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492123; }

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

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

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

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

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

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

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

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