Html Css Color HEX #581A0D Red Oxide

📋 copy color: '#581A0D'

red 88 ◦ green 26 ◦ blue 13

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

Shades of Red Oxide #581A0D

Tints of Red Oxide #581A0D

RGB

 RED value IS 88 (34.77% from 255) = 69.29%

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 69.29%
G = 20.47%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#581A0D (or 0x581A0D) is known color: Red Oxide. HEX triplet: 58, 1A and 0D. RGB value is (88,26,13). Sum of RGB (Red+Green+Blue) = 88+26+13=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0D is #A7E5F2. Grayscale: #2B2B2B. Windows color (decimal): -11003379 or 858712. OLE color: 858712.

HSL color Cylindrical-coordinate representation of color #581A0D: hue angle of 10.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581A0D is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 13 -
CMYK 0 0.70 0.85 0.65
HSL 10.4º 0.74% 0.2% -
HSV(B) 10.4º 0.85% 0.35% -
XYZ 4.47 2.84 0.69 -
YUV 43.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 88 26 13 0 0.70 0.85 0.65 10.4 0.74 0.2
Hex 58 1A D 0 46 55 41 A 4A 14
Octal 130 32 15 0 106 125 101 12 112 24
Binary 1011000 11010 1101 0 1000110 1010101 1000001 1010 1001010 10100

Color Harmonies of #581A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A0D

Black with #581A0D

Text Example


Text Example

White with #581A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A0D; }

 p { color: rgb(88,26,13); }

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

background-color css

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

 a { background-color: rgb(88,26,13); }

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

border-color css

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

 span { border-color: rgb(88,26,13); }

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