Html Css Color HEX #581610 Red Oxide

📋 copy color: '#581610'

red 88 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #581610

Tints of Red Oxide #581610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 69.84%
G = 17.46%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581610 (or 0x581610) is known color: Red Oxide. HEX triplet: 58, 16 and 10. RGB value is (88,22,16). Sum of RGB (Red+Green+Blue) = 88+22+16=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581610 is #A7E9EF. Grayscale: #292929. Windows color (decimal): -11004400 or 1054296. OLE color: 1054296.

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

Color convert

RGB 88 22 16 -
CMYK 0 0.75 0.82 0.65
HSL 0.69% 0.2% -
HSV(B) 0.82% 0.35% -
XYZ 4.4 2.69 0.78 -
YUV 41.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 88 22 16 0 0.75 0.82 0.65 5 0.69 0.2
Hex 58 16 10 0 4B 52 41 5 45 14
Octal 130 26 20 0 113 122 101 5 105 24
Binary 1011000 10110 10000 0 1001011 1010010 1000001 101 1000101 10100

Color Harmonies of #581610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581610

Black with #581610

Text Example


Text Example

White with #581610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581610; }

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

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

background-color css

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

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

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

border-color css

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

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

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