Html Css Color HEX #581D13 Red Oxide

📋 copy color: '#581D13'

red 88 ◦ green 29 ◦ blue 19

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

Shades of Red Oxide #581D13

Tints of Red Oxide #581D13

RGB

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

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

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

R = 64.71%
G = 21.32%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581D13 (or 0x581D13) is known color: Red Oxide. HEX triplet: 58, 1D and 13. RGB value is (88,29,19). Sum of RGB (Red+Green+Blue) = 88+29+19=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D13 is #A7E2EC. Grayscale: #2D2D2D. Windows color (decimal): -11002605 or 1252696. OLE color: 1252696.

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

Color convert

RGB 88 29 19 -
CMYK 0 0.67 0.78 0.65
HSL 8.7º 0.64% 0.21% -
HSV(B) 8.7º 0.78% 0.35% -
XYZ 4.58 3 0.95 -
YUV 45.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 88 29 19 0 0.67 0.78 0.65 8.7 0.64 0.21
Hex 58 1D 13 0 43 4E 41 9 40 15
Octal 130 35 23 0 103 116 101 11 100 25
Binary 1011000 11101 10011 0 1000011 1001110 1000001 1001 1000000 10101

Color Harmonies of #581D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D13

Black with #581D13

Text Example


Text Example

White with #581D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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