Html Css Color HEX #491D1B Red Oxide

📋 copy color: '#491D1B'

red 73 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #491D1B

Tints of Red Oxide #491D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.48%

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 56.59%
G = 22.48%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#491D1B (or 0x491D1B) is known color: Red Oxide. HEX triplet: 49, 1D and 1B. RGB value is (73,29,27). Sum of RGB (Red+Green+Blue) = 73+29+27=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D1B is #B6E2E4. Grayscale: #292929. Windows color (decimal): -11985637 or 1776969. OLE color: 1776969.

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

Color convert

RGB 73 29 27 -
CMYK 0 0.60 0.63 0.71
HSL 2.61º 0.46% 0.2% -
HSV(B) 2.61º 0.63% 0.29% -
XYZ 3.38 2.37 1.32 -
YUV 41.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 73 29 27 0 0.60 0.63 0.71 2.61 0.46 0.2
Hex 49 1D 1B 0 3C 3F 47 3 2E 14
Octal 111 35 33 0 74 77 107 3 56 24
Binary 1001001 11101 11011 0 111100 111111 1000111 11 101110 10100

Color Harmonies of #491D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D1B

Black with #491D1B

Text Example


Text Example

White with #491D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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