Html Css Color HEX #581C19 Red Oxide

📋 copy color: '#581C19'

red 88 ◦ green 28 ◦ blue 25

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

Shades of Red Oxide #581C19

Tints of Red Oxide #581C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 62.41%
G = 19.86%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#581C19 (or 0x581C19) is known color: Red Oxide. HEX triplet: 58, 1C and 19. RGB value is (88,28,25). Sum of RGB (Red+Green+Blue) = 88+28+25=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C19 is #A7E3E6. Grayscale: #2D2D2D. Windows color (decimal): -11002855 or 1645656. OLE color: 1645656.

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

Color convert

RGB 88 28 25 -
CMYK 0 0.68 0.72 0.65
HSL 2.86º 0.56% 0.22% -
HSV(B) 2.86º 0.72% 0.35% -
XYZ 4.62 2.98 1.25 -
YUV 45.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 88 28 25 0 0.68 0.72 0.65 2.86 0.56 0.22
Hex 58 1C 19 0 44 48 41 3 38 16
Octal 130 34 31 0 104 110 101 3 70 26
Binary 1011000 11100 11001 0 1000100 1001000 1000001 11 111000 10110

Color Harmonies of #581C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C19

Black with #581C19

Text Example


Text Example

White with #581C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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