Html Css Color HEX #492123 Bulgarian Rose

📋 copy color: '#492123'

red 73 ◦ green 33 ◦ blue 35

#492123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #492123

Tints of Bulgarian Rose #492123

RGB

 RED value IS 73 (28.91% from 255) = 51.77%

 GREEN value IS 33 (13.28% from 255) = 23.4%

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 51.77%
G = 23.4%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492123 (or 0x492123) is known color: 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

RGB 73 33 35 -
CMYK 0 0.55 0.52 0.71
HSL 357º 0.38% 0.21% -
HSV(B) 357º 0.55% 0.29% -
XYZ 3.59 2.63 1.91 -
YUV 45.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 73 33 35 0 0.55 0.52 0.71 357 0.38 0.21
Hex 49 21 23 0 37 34 47 165 26 15
Octal 111 41 43 0 67 64 107 545 46 25
Binary 1001001 100001 100011 0 110111 110100 1000111 101100101 100110 10101

Color Harmonies of #492123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492123

Black with #492123

Text Example


Text Example

White with #492123

Text Example


Text Example

HTML Codes & Css Web 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>