Html Css Color HEX #581206 Red Oxide

📋 copy color: '#581206'

red 88 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #581206

Tints of Red Oxide #581206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

 BLUE value IS 6 (2.73% from 255) = 5.36%

R = 78.57%
G = 16.07%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#581206 (or 0x581206) is known color: Red Oxide. HEX triplet: 58, 12 and 06. RGB value is (88,18,6). Sum of RGB (Red+Green+Blue) = 88+18+6=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581206 is #A7EDF9. Grayscale: #252525. Windows color (decimal): -11005434 or 397912. OLE color: 397912.

HSL color Cylindrical-coordinate representation of color #581206: hue angle of 8.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #581206 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 6 -
CMYK 0 0.80 0.93 0.65
HSL 8.78º 0.87% 0.18% -
HSV(B) 8.78º 0.93% 0.35% -
XYZ 4.27 2.52 0.43 -
YUV 37.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 88 18 6 0 0.80 0.93 0.65 8.78 0.87 0.18
Hex 58 12 6 0 50 5D 41 9 57 12
Octal 130 22 6 0 120 135 101 11 127 22
Binary 1011000 10010 110 0 1010000 1011101 1000001 1001 1010111 10010

Color Harmonies of #581206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581206

Black with #581206

Text Example


Text Example

White with #581206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581206; }

 p { color: rgb(88,18,6); }

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

background-color css

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

 a { background-color: rgb(88,18,6); }

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

border-color css

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

 span { border-color: rgb(88,18,6); }

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