Html Css Color HEX #492126 Bulgarian Rose

📋 copy color: '#492126'

red 73 ◦ green 33 ◦ blue 38

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

Shades of Bulgarian Rose #492126

Tints of Bulgarian Rose #492126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 50.69%
G = 22.92%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492126 (or 0x492126) is known color: Bulgarian Rose. HEX triplet: 49, 21 and 26. RGB value is (73,33,38). Sum of RGB (Red+Green+Blue) = 73+33+38=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492126 is #B6DED9. Grayscale: #2D2D2D. Windows color (decimal): -11984602 or 2498889. OLE color: 2498889.

HSL color Cylindrical-coordinate representation of color #492126: hue angle of 352.5º 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 #492126 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 38 -
CMYK 0 0.55 0.48 0.71
HSL 352.5º 0.38% 0.21% -
HSV(B) 352.5º 0.55% 0.29% -
XYZ 3.64 2.64 2.15 -
YUV 45.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 73 33 38 0 0.55 0.48 0.71 352.5 0.38 0.21
Hex 49 21 26 0 37 30 47 160 26 15
Octal 111 41 46 0 67 60 107 540 46 25
Binary 1001001 100001 100110 0 110111 110000 1000111 101100000 100110 10101

Color Harmonies of #492126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492126

Black with #492126

Text Example


Text Example

White with #492126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492126; }

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

 H1.HeaderClassName
 {
   color: #492126;
 }
 .AnyTagClassName
 {
   color: #492126;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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