Html Css Color HEX #492326 Bulgarian Rose

📋 copy color: '#492326'

red 73 ◦ green 35 ◦ blue 38

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

Shades of Bulgarian Rose #492326

Tints of Bulgarian Rose #492326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

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

R = 50%
G = 23.97%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#492326 (or 0x492326) is known color: Bulgarian Rose. HEX triplet: 49, 23 and 26. RGB value is (73,35,38). Sum of RGB (Red+Green+Blue) = 73+35+38=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492326 is #B6DCD9. Grayscale: #2E2E2E. Windows color (decimal): -11984090 or 2499401. OLE color: 2499401.

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

Color convert

RGB 73 35 38 -
CMYK 0 0.52 0.48 0.71
HSL 355.26º 0.35% 0.21% -
HSV(B) 355.26º 0.52% 0.29% -
XYZ 3.7 2.76 2.17 -
YUV 46.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 73 35 38 0 0.52 0.48 0.71 355.26 0.35 0.21
Hex 49 23 26 0 34 30 47 163 23 15
Octal 111 43 46 0 64 60 107 543 43 25
Binary 1001001 100011 100110 0 110100 110000 1000111 101100011 100011 10101

Color Harmonies of #492326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492326

Black with #492326

Text Example


Text Example

White with #492326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492326; }

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

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

background-color css

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

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

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

border-color css

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

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

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