Html Css Color HEX #581E16 Red Oxide

📋 copy color: '#581E16'

red 88 ◦ green 30 ◦ blue 22

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

Shades of Red Oxide #581E16

Tints of Red Oxide #581E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 62.86%
G = 21.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581E16 (or 0x581E16) is known color: Red Oxide. HEX triplet: 58, 1E and 16. RGB value is (88,30,22). Sum of RGB (Red+Green+Blue) = 88+30+22=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E16 is #A7E1E9. Grayscale: #2E2E2E. Windows color (decimal): -11002346 or 1449560. OLE color: 1449560.

HSL color Cylindrical-coordinate representation of color #581E16: hue angle of 7.27º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581E16 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 30 22 -
CMYK 0 0.66 0.75 0.65
HSL 7.27º 0.6% 0.22% -
HSV(B) 7.27º 0.75% 0.35% -
XYZ 4.63 3.06 1.11 -
YUV 46.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 88 30 22 0 0.66 0.75 0.65 7.27 0.6 0.22
Hex 58 1E 16 0 42 4B 41 7 3C 16
Octal 130 36 26 0 102 113 101 7 74 26
Binary 1011000 11110 10110 0 1000010 1001011 1000001 111 111100 10110

Color Harmonies of #581E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E16

Black with #581E16

Text Example


Text Example

White with #581E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,22); }

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

background-color css

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

 a { background-color: rgb(88,30,22); }

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

border-color css

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

 span { border-color: rgb(88,30,22); }

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