Html Css Color HEX #491B19 Red Oxide

📋 copy color: '#491B19'

red 73 ◦ green 27 ◦ blue 25

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

Shades of Red Oxide #491B19

Tints of Red Oxide #491B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20%

R = 58.4%
G = 21.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#491B19 (or 0x491B19) is known color: Red Oxide. HEX triplet: 49, 1B and 19. RGB value is (73,27,25). Sum of RGB (Red+Green+Blue) = 73+27+25=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B19 is #B6E4E6. Grayscale: #282828. Windows color (decimal): -11986151 or 1645385. OLE color: 1645385.

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

Color convert

RGB 73 27 25 -
CMYK 0 0.63 0.66 0.71
HSL 2.5º 0.49% 0.19% -
HSV(B) 2.5º 0.66% 0.29% -
XYZ 3.32 2.27 1.18 -
YUV 40.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 73 27 25 0 0.63 0.66 0.71 2.5 0.49 0.19
Hex 49 1B 19 0 3F 42 47 2 31 13
Octal 111 33 31 0 77 102 107 2 61 23
Binary 1001001 11011 11001 0 111111 1000010 1000111 10 110001 10011

Color Harmonies of #491B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B19

Black with #491B19

Text Example


Text Example

White with #491B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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