Html Css Color HEX #491E1E Red Oxide

📋 copy color: '#491E1E'

red 73 ◦ green 30 ◦ blue 30

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

Shades of Red Oxide #491E1E

Tints of Red Oxide #491E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

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

R = 54.89%
G = 22.56%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#491E1E (or 0x491E1E) is known color: Red Oxide. HEX triplet: 49, 1E and 1E. RGB value is (73,30,30). Sum of RGB (Red+Green+Blue) = 73+30+30=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1E is #B6E1E1. Grayscale: #2A2A2A. Windows color (decimal): -11985378 or 1973833. OLE color: 1973833.

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

Color convert

RGB 73 30 30 -
CMYK 0 0.59 0.59 0.71
HSL 0.42% 0.2% -
HSV(B) 0.59% 0.29% -
XYZ 3.45 2.44 1.52 -
YUV 42.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 73 30 30 0 0.59 0.59 0.71 0 0.42 0.2
Hex 49 1E 1E 0 3B 3B 47 0 2A 14
Octal 111 36 36 0 73 73 107 0 52 24
Binary 1001001 11110 11110 0 111011 111011 1000111 0 101010 10100

Color Harmonies of #491E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E1E

Black with #491E1E

Text Example


Text Example

White with #491E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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