Html Css Color HEX #581616 Red Oxide

📋 copy color: '#581616'

red 88 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #581616

Tints of Red Oxide #581616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581616 (or 0x581616) is known color: Red Oxide. HEX triplet: 58, 16 and 16. RGB value is (88,22,22). Sum of RGB (Red+Green+Blue) = 88+22+22=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581616 is #A7E9E9. Grayscale: #292929. Windows color (decimal): -11004394 or 1447512. OLE color: 1447512.

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

Color convert

RGB 88 22 22 -
CMYK 0 0.75 0.75 0.65
HSL 0.6% 0.22% -
HSV(B) 0.75% 0.35% -
XYZ 4.46 2.71 1.05 -
YUV 41.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 88 22 22 0 0.75 0.75 0.65 0 0.6 0.22
Hex 58 16 16 0 4B 4B 41 0 3C 16
Octal 130 26 26 0 113 113 101 0 74 26
Binary 1011000 10110 10110 0 1001011 1001011 1000001 0 111100 10110

Color Harmonies of #581616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581616

Black with #581616

Text Example


Text Example

White with #581616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581616; }

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

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

background-color css

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

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

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

border-color css

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

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

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