Html Css Color HEX #491717 Red Oxide

📋 copy color: '#491717'

red 73 ◦ green 23 ◦ blue 23

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

Shades of Red Oxide #491717

Tints of Red Oxide #491717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.33%

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 61.34%
G = 19.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#491717 (or 0x491717) is known color: Red Oxide. HEX triplet: 49, 17 and 17. RGB value is (73,23,23). Sum of RGB (Red+Green+Blue) = 73+23+23=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491717 is #B6E8E8. Grayscale: #262626. Windows color (decimal): -11987177 or 1513289. OLE color: 1513289.

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

Color convert

RGB 73 23 23 -
CMYK 0 0.68 0.68 0.71
HSL 0.52% 0.19% -
HSV(B) 0.68% 0.29% -
XYZ 3.21 2.09 1.05 -
YUV 37.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 73 23 23 0 0.68 0.68 0.71 0 0.52 0.19
Hex 49 17 17 0 44 44 47 0 34 13
Octal 111 27 27 0 104 104 107 0 64 23
Binary 1001001 10111 10111 0 1000100 1000100 1000111 0 110100 10011

Color Harmonies of #491717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491717

Black with #491717

Text Example


Text Example

White with #491717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491717; }

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

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

background-color css

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

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

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

border-color css

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

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

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