Html Css Color HEX #581D1C Red Oxide

📋 copy color: '#581D1C'

red 88 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #581D1C

Tints of Red Oxide #581D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 60.69%
G = 20%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#581D1C (or 0x581D1C) is known color: Red Oxide. HEX triplet: 58, 1D and 1C. RGB value is (88,29,28). Sum of RGB (Red+Green+Blue) = 88+29+28=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D1C is #A7E2E3. Grayscale: #2E2E2E. Windows color (decimal): -11002596 or 1842520. OLE color: 1842520.

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

Color convert

RGB 88 29 28 -
CMYK 0 0.67 0.68 0.65
HSL 0.52% 0.23% -
HSV(B) 0.68% 0.35% -
XYZ 4.67 3.04 1.44 -
YUV 46.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 88 29 28 0 0.67 0.68 0.65 1 0.52 0.23
Hex 58 1D 1C 0 43 44 41 1 34 17
Octal 130 35 34 0 103 104 101 1 64 27
Binary 1011000 11101 11100 0 1000011 1000100 1000001 1 110100 10111

Color Harmonies of #581D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D1C

Black with #581D1C

Text Example


Text Example

White with #581D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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