Html Css Color HEX #5A1D13 Red Oxide

📋 copy color: '#5A1D13'

red 90 ◦ green 29 ◦ blue 19

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

Shades of Red Oxide #5A1D13

Tints of Red Oxide #5A1D13

RGB

 RED value IS 90 (35.55% from 255) = 65.22%

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 65.22%
G = 21.01%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A1D13 (or 0x5A1D13) is known color: Red Oxide. HEX triplet: 5A, 1D and 13. RGB value is (90,29,19). Sum of RGB (Red+Green+Blue) = 90+29+19=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D13 is #A5E2EC. Grayscale: #2E2E2E. Windows color (decimal): -10871533 or 1252698. OLE color: 1252698.

HSL color Cylindrical-coordinate representation of color #5A1D13: hue angle of 8.45º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1D13 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 19 -
CMYK 0 0.68 0.79 0.65
HSL 8.45º 0.65% 0.21% -
HSV(B) 8.45º 0.79% 0.35% -
XYZ 4.77 3.1 0.96 -
YUV 46.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 90 29 19 0 0.68 0.79 0.65 8.45 0.65 0.21
Hex 5A 1D 13 0 44 4F 41 8 41 15
Octal 132 35 23 0 104 117 101 10 101 25
Binary 1011010 11101 10011 0 1000100 1001111 1000001 1000 1000001 10101

Color Harmonies of #5A1D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D13

Black with #5A1D13

Text Example


Text Example

White with #5A1D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1D13; }

 p { color: rgb(90,29,19); }

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

background-color css

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

 a { background-color: rgb(90,29,19); }

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

border-color css

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

 span { border-color: rgb(90,29,19); }

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