Html Css Color HEX #581605 Red Oxide

📋 copy color: '#581605'

red 88 ◦ green 22 ◦ blue 5

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

Shades of Red Oxide #581605

Tints of Red Oxide #581605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 76.52%
G = 19.13%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#581605 (or 0x581605) is known color: Red Oxide. HEX triplet: 58, 16 and 05. RGB value is (88,22,5). Sum of RGB (Red+Green+Blue) = 88+22+5=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581605 is #A7E9FA. Grayscale: #272727. Windows color (decimal): -11004411 or 333400. OLE color: 333400.

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

Color convert

RGB 88 22 5 -
CMYK 0 0.75 0.94 0.65
HSL 12.29º 0.89% 0.18% -
HSV(B) 12.29º 0.94% 0.35% -
XYZ 4.34 2.66 0.43 -
YUV 39.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 88 22 5 0 0.75 0.94 0.65 12.29 0.89 0.18
Hex 58 16 5 0 4B 5E 41 C 59 12
Octal 130 26 5 0 113 136 101 14 131 22
Binary 1011000 10110 101 0 1001011 1011110 1000001 1100 1011001 10010

Color Harmonies of #581605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581605

Black with #581605

Text Example


Text Example

White with #581605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581605; }

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

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

background-color css

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

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

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

border-color css

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

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

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