Html Css Color HEX #581A0E Red Oxide

📋 copy color: '#581A0E'

red 88 ◦ green 26 ◦ blue 14

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

Shades of Red Oxide #581A0E

Tints of Red Oxide #581A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.94%

R = 68.75%
G = 20.31%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#581A0E (or 0x581A0E) is known color: Red Oxide. HEX triplet: 58, 1A and 0E. RGB value is (88,26,14). Sum of RGB (Red+Green+Blue) = 88+26+14=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0E is #A7E5F1. Grayscale: #2B2B2B. Windows color (decimal): -11003378 or 924248. OLE color: 924248.

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

Color convert

RGB 88 26 14 -
CMYK 0 0.70 0.84 0.65
HSL 9.73º 0.73% 0.2% -
HSV(B) 9.73º 0.84% 0.35% -
XYZ 4.47 2.85 0.73 -
YUV 43.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 88 26 14 0 0.70 0.84 0.65 9.73 0.73 0.2
Hex 58 1A E 0 46 54 41 A 49 14
Octal 130 32 16 0 106 124 101 12 111 24
Binary 1011000 11010 1110 0 1000110 1010100 1000001 1010 1001001 10100

Color Harmonies of #581A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A0E

Black with #581A0E

Text Example


Text Example

White with #581A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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