Html Css Color HEX #491C1A Red Oxide

📋 copy color: '#491C1A'

red 73 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #491C1A

Tints of Red Oxide #491C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.05%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 57.48%
G = 22.05%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#491C1A (or 0x491C1A) is known color: Red Oxide. HEX triplet: 49, 1C and 1A. RGB value is (73,28,26). Sum of RGB (Red+Green+Blue) = 73+28+26=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C1A is #B6E3E5. Grayscale: #292929. Windows color (decimal): -11985894 or 1711177. OLE color: 1711177.

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

Color convert

RGB 73 28 26 -
CMYK 0 0.62 0.64 0.71
HSL 2.55º 0.47% 0.19% -
HSV(B) 2.55º 0.64% 0.29% -
XYZ 3.35 2.32 1.25 -
YUV 41.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 73 28 26 0 0.62 0.64 0.71 2.55 0.47 0.19
Hex 49 1C 1A 0 3E 40 47 3 2F 13
Octal 111 34 32 0 76 100 107 3 57 23
Binary 1001001 11100 11010 0 111110 1000000 1000111 11 101111 10011

Color Harmonies of #491C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C1A

Black with #491C1A

Text Example


Text Example

White with #491C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,28,26); }

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

background-color css

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

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

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

border-color css

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

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

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