Html Css Color HEX #491D1E Bulgarian Rose

📋 copy color: '#491D1E'

red 73 ◦ green 29 ◦ blue 30

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

Shades of Bulgarian Rose #491D1E

Tints of Bulgarian Rose #491D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 55.3%
G = 21.97%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#491D1E (or 0x491D1E) is known color: Bulgarian Rose. HEX triplet: 49, 1D and 1E. RGB value is (73,29,30). Sum of RGB (Red+Green+Blue) = 73+29+30=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D1E is #B6E2E1. Grayscale: #2A2A2A. Windows color (decimal): -11985634 or 1973577. OLE color: 1973577.

HSL color Cylindrical-coordinate representation of color #491D1E: hue angle of 358.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D1E is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 30 -
CMYK 0 0.60 0.59 0.71
HSL 358.64º 0.43% 0.2% -
HSV(B) 358.64º 0.6% 0.29% -
XYZ 3.42 2.39 1.51 -
YUV 42.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 73 29 30 0 0.60 0.59 0.71 358.64 0.43 0.2
Hex 49 1D 1E 0 3C 3B 47 167 2B 14
Octal 111 35 36 0 74 73 107 547 53 24
Binary 1001001 11101 11110 0 111100 111011 1000111 101100111 101011 10100

Color Harmonies of #491D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D1E

Black with #491D1E

Text Example


Text Example

White with #491D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,30); }

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

background-color css

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

 a { background-color: rgb(73,29,30); }

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

border-color css

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

 span { border-color: rgb(73,29,30); }

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