Html Css Color HEX #491B1A Red Oxide

📋 copy color: '#491B1A'

red 73 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #491B1A

Tints of Red Oxide #491B1A

RGB

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

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

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

R = 57.94%
G = 21.43%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#491B1A (or 0x491B1A) is known color: Red Oxide. HEX triplet: 49, 1B and 1A. RGB value is (73,27,26). Sum of RGB (Red+Green+Blue) = 73+27+26=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B1A is #B6E4E5. Grayscale: #282828. Windows color (decimal): -11986150 or 1710921. OLE color: 1710921.

HSL color Cylindrical-coordinate representation of color #491B1A: hue angle of 1.28º 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 #491B1A is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 26 -
CMYK 0 0.63 0.64 0.71
HSL 1.28º 0.47% 0.19% -
HSV(B) 1.28º 0.64% 0.29% -
XYZ 3.33 2.27 1.24 -
YUV 40.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 73 27 26 0 0.63 0.64 0.71 1.28 0.47 0.19
Hex 49 1B 1A 0 3F 40 47 1 2F 13
Octal 111 33 32 0 77 100 107 1 57 23
Binary 1001001 11011 11010 0 111111 1000000 1000111 1 101111 10011

Color Harmonies of #491B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B1A

Black with #491B1A

Text Example


Text Example

White with #491B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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