Html Css Color HEX #581608 Red Oxide

📋 copy color: '#581608'

red 88 ◦ green 22 ◦ blue 8

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

Shades of Red Oxide #581608

Tints of Red Oxide #581608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

 BLUE value IS 8 (3.52% from 255) = 6.78%

R = 74.58%
G = 18.64%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#581608 (or 0x581608) is known color: Red Oxide. HEX triplet: 58, 16 and 08. RGB value is (88,22,8). Sum of RGB (Red+Green+Blue) = 88+22+8=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #581608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581608 is #A7E9F7. Grayscale: #282828. Windows color (decimal): -11004408 or 530008. OLE color: 530008.

HSL color Cylindrical-coordinate representation of color #581608: hue angle of 10.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #581608 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 8 -
CMYK 0 0.75 0.91 0.65
HSL 10.5º 0.83% 0.19% -
HSV(B) 10.5º 0.91% 0.35% -
XYZ 4.36 2.67 0.51 -
YUV 40.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 88 22 8 0 0.75 0.91 0.65 10.5 0.83 0.19
Hex 58 16 8 0 4B 5B 41 A 53 13
Octal 130 26 10 0 113 133 101 12 123 23
Binary 1011000 10110 1000 0 1001011 1011011 1000001 1010 1010011 10011

Color Harmonies of #581608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581608

Black with #581608

Text Example


Text Example

White with #581608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581608; }

 p { color: rgb(88,22,8); }

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

background-color css

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

 a { background-color: rgb(88,22,8); }

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

border-color css

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

 span { border-color: rgb(88,22,8); }

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