Html Css Color HEX #581406 Red Oxide

📋 copy color: '#581406'

red 88 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #581406

Tints of Red Oxide #581406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

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

R = 77.19%
G = 17.54%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#581406 (or 0x581406) is known color: Red Oxide. HEX triplet: 58, 14 and 06. RGB value is (88,20,6). Sum of RGB (Red+Green+Blue) = 88+20+6=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581406 is #A7EBF9. Grayscale: #262626. Windows color (decimal): -11004922 or 398424. OLE color: 398424.

HSL color Cylindrical-coordinate representation of color #581406: hue angle of 10.24º 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 #581406 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 6 -
CMYK 0 0.77 0.93 0.65
HSL 10.24º 0.87% 0.18% -
HSV(B) 10.24º 0.93% 0.35% -
XYZ 4.31 2.59 0.44 -
YUV 38.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 88 20 6 0 0.77 0.93 0.65 10.24 0.87 0.18
Hex 58 14 6 0 4D 5D 41 A 57 12
Octal 130 24 6 0 115 135 101 12 127 22
Binary 1011000 10100 110 0 1001101 1011101 1000001 1010 1010111 10010

Color Harmonies of #581406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581406

Black with #581406

Text Example


Text Example

White with #581406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581406; }

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

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

background-color css

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

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

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

border-color css

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

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

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