Html Css Color HEX #581C13 Red Oxide

📋 copy color: '#581C13'

red 88 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #581C13

Tints of Red Oxide #581C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 65.19%
G = 20.74%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581C13 (or 0x581C13) is known color: Red Oxide. HEX triplet: 58, 1C and 13. RGB value is (88,28,19). Sum of RGB (Red+Green+Blue) = 88+28+19=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C13 is #A7E3EC. Grayscale: #2D2D2D. Windows color (decimal): -11002861 or 1252440. OLE color: 1252440.

HSL color Cylindrical-coordinate representation of color #581C13: hue angle of 7.83º 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 #581C13 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 28 19 -
CMYK 0 0.68 0.78 0.65
HSL 7.83º 0.64% 0.21% -
HSV(B) 7.83º 0.78% 0.35% -
XYZ 4.56 2.95 0.95 -
YUV 44.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 88 28 19 0 0.68 0.78 0.65 7.83 0.64 0.21
Hex 58 1C 13 0 44 4E 41 8 40 15
Octal 130 34 23 0 104 116 101 10 100 25
Binary 1011000 11100 10011 0 1000100 1001110 1000001 1000 1000000 10101

Color Harmonies of #581C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C13

Black with #581C13

Text Example


Text Example

White with #581C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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