Html Css Color HEX #581D14 Red Oxide

📋 copy color: '#581D14'

red 88 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #581D14

Tints of Red Oxide #581D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 64.23%
G = 21.17%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#581D14 (or 0x581D14) is known color: Red Oxide. HEX triplet: 58, 1D and 14. RGB value is (88,29,20). Sum of RGB (Red+Green+Blue) = 88+29+20=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #581D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D14 is #A7E2EB. Grayscale: #2D2D2D. Windows color (decimal): -11002604 or 1318232. OLE color: 1318232.

HSL color Cylindrical-coordinate representation of color #581D14: hue angle of 7.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581D14 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 29 20 -
CMYK 0 0.67 0.77 0.65
HSL 7.94º 0.63% 0.21% -
HSV(B) 7.94º 0.77% 0.35% -
XYZ 4.59 3 1 -
YUV 45.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 88 29 20 0 0.67 0.77 0.65 7.94 0.63 0.21
Hex 58 1D 14 0 43 4D 41 8 3F 15
Octal 130 35 24 0 103 115 101 10 77 25
Binary 1011000 11101 10100 0 1000011 1001101 1000001 1000 111111 10101

Color Harmonies of #581D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D14

Black with #581D14

Text Example


Text Example

White with #581D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,20); }

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

background-color css

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

 a { background-color: rgb(88,29,20); }

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

border-color css

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

 span { border-color: rgb(88,29,20); }

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