Html Css Color HEX #491D1D Red Oxide

📋 copy color: '#491D1D'

red 73 ◦ green 29 ◦ blue 29

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

Shades of Red Oxide #491D1D

Tints of Red Oxide #491D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 55.73%
G = 22.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#491D1D (or 0x491D1D) is known color: Red Oxide. HEX triplet: 49, 1D and 1D. RGB value is (73,29,29). Sum of RGB (Red+Green+Blue) = 73+29+29=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D1D is #B6E2E2. Grayscale: #2A2A2A. Windows color (decimal): -11985635 or 1908041. OLE color: 1908041.

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

Color convert

RGB 73 29 29 -
CMYK 0 0.60 0.60 0.71
HSL 0.43% 0.2% -
HSV(B) 0.6% 0.29% -
XYZ 3.41 2.38 1.44 -
YUV 42.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 73 29 29 0 0.60 0.60 0.71 0 0.43 0.2
Hex 49 1D 1D 0 3C 3C 47 0 2B 14
Octal 111 35 35 0 74 74 107 0 53 24
Binary 1001001 11101 11101 0 111100 111100 1000111 0 101011 10100

Color Harmonies of #491D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D1D

Black with #491D1D

Text Example


Text Example

White with #491D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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