Html Css Color HEX #491F22 Bulgarian Rose

📋 copy color: '#491F22'

red 73 ◦ green 31 ◦ blue 34

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

Shades of Bulgarian Rose #491F22

Tints of Bulgarian Rose #491F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 52.9%
G = 22.46%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#491F22 (or 0x491F22) is known color: Bulgarian Rose. HEX triplet: 49, 1F and 22. RGB value is (73,31,34). Sum of RGB (Red+Green+Blue) = 73+31+34=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F22 is #B6E0DD. Grayscale: #2B2B2B. Windows color (decimal): -11985118 or 2236233. OLE color: 2236233.

HSL color Cylindrical-coordinate representation of color #491F22: hue angle of 355.71º 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 #491F22 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 34 -
CMYK 0 0.58 0.53 0.71
HSL 355.71º 0.4% 0.2% -
HSV(B) 355.71º 0.58% 0.29% -
XYZ 3.53 2.51 1.81 -
YUV 43.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 73 31 34 0 0.58 0.53 0.71 355.71 0.4 0.2
Hex 49 1F 22 0 3A 35 47 164 28 14
Octal 111 37 42 0 72 65 107 544 50 24
Binary 1001001 11111 100010 0 111010 110101 1000111 101100100 101000 10100

Color Harmonies of #491F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F22

Black with #491F22

Text Example


Text Example

White with #491F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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