Html Css Color HEX #491B18 Red Oxide

📋 copy color: '#491B18'

red 73 ◦ green 27 ◦ blue 24

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

Shades of Red Oxide #491B18

Tints of Red Oxide #491B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.77%

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 58.87%
G = 21.77%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#491B18 (or 0x491B18) is known color: Red Oxide. HEX triplet: 49, 1B and 18. RGB value is (73,27,24). Sum of RGB (Red+Green+Blue) = 73+27+24=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B18 is #B6E4E7. Grayscale: #282828. Windows color (decimal): -11986152 or 1579849. OLE color: 1579849.

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

Color convert

RGB 73 27 24 -
CMYK 0 0.63 0.67 0.71
HSL 3.67º 0.51% 0.19% -
HSV(B) 3.67º 0.67% 0.29% -
XYZ 3.3 2.27 1.13 -
YUV 40.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 73 27 24 0 0.63 0.67 0.71 3.67 0.51 0.19
Hex 49 1B 18 0 3F 43 47 4 33 13
Octal 111 33 30 0 77 103 107 4 63 23
Binary 1001001 11011 11000 0 111111 1000011 1000111 100 110011 10011

Color Harmonies of #491B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B18

Black with #491B18

Text Example


Text Example

White with #491B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,24); }

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

background-color css

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

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

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

border-color css

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

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

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