Html Css Color HEX #581306 Red Oxide

📋 copy color: '#581306'

red 88 ◦ green 19 ◦ blue 6

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

Shades of Red Oxide #581306

Tints of Red Oxide #581306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 77.88%
G = 16.81%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#581306 (or 0x581306) is known color: Red Oxide. HEX triplet: 58, 13 and 06. RGB value is (88,19,6). Sum of RGB (Red+Green+Blue) = 88+19+6=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581306 is #A7ECF9. Grayscale: #262626. Windows color (decimal): -11005178 or 398168. OLE color: 398168.

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

Color convert

RGB 88 19 6 -
CMYK 0 0.78 0.93 0.65
HSL 9.51º 0.87% 0.18% -
HSV(B) 9.51º 0.93% 0.35% -
XYZ 4.29 2.55 0.44 -
YUV 38.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 88 19 6 0 0.78 0.93 0.65 9.51 0.87 0.18
Hex 58 13 6 0 4E 5D 41 A 57 12
Octal 130 23 6 0 116 135 101 12 127 22
Binary 1011000 10011 110 0 1001110 1011101 1000001 1010 1010111 10010

Color Harmonies of #581306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581306

Black with #581306

Text Example


Text Example

White with #581306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581306; }

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

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

background-color css

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

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

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

border-color css

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

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

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