Html Css Color HEX #491F20 Bulgarian Rose

📋 copy color: '#491F20'

red 73 ◦ green 31 ◦ blue 32

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

Shades of Bulgarian Rose #491F20

Tints of Bulgarian Rose #491F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 53.68%
G = 22.79%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#491F20 (or 0x491F20) is known color: Bulgarian Rose. HEX triplet: 49, 1F and 20. RGB value is (73,31,32). Sum of RGB (Red+Green+Blue) = 73+31+32=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #491F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F20 is #B6E0DF. Grayscale: #2B2B2B. Windows color (decimal): -11985120 or 2105161. OLE color: 2105161.

HSL color Cylindrical-coordinate representation of color #491F20: hue angle of 358.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F20 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 32 -
CMYK 0 0.58 0.56 0.71
HSL 358.57º 0.4% 0.2% -
HSV(B) 358.57º 0.58% 0.29% -
XYZ 3.5 2.5 1.66 -
YUV 43.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 73 31 32 0 0.58 0.56 0.71 358.57 0.4 0.2
Hex 49 1F 20 0 3A 38 47 167 28 14
Octal 111 37 40 0 72 70 107 547 50 24
Binary 1001001 11111 100000 0 111010 111000 1000111 101100111 101000 10100

Color Harmonies of #491F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F20

Black with #491F20

Text Example


Text Example

White with #491F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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