Html Css Color HEX #581601 Red Oxide

📋 copy color: '#581601'

red 88 ◦ green 22 ◦ blue 1

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

Shades of Red Oxide #581601

Tints of Red Oxide #581601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 79.28%
G = 19.82%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#581601 (or 0x581601) is known color: Red Oxide. HEX triplet: 58, 16 and 01. RGB value is (88,22,1). Sum of RGB (Red+Green+Blue) = 88+22+1=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581601 is #A7E9FE. Grayscale: #272727. Windows color (decimal): -11004415 or 71256. OLE color: 71256.

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

Color convert

RGB 88 22 1 -
CMYK 0 0.75 0.99 0.65
HSL 14.48º 0.98% 0.17% -
HSV(B) 14.48º 0.99% 0.35% -
XYZ 4.32 2.65 0.31 -
YUV 39.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 88 22 1 0 0.75 0.99 0.65 14.48 0.98 0.17
Hex 58 16 1 0 4B 63 41 E 62 11
Octal 130 26 1 0 113 143 101 16 142 21
Binary 1011000 10110 1 0 1001011 1100011 1000001 1110 1100010 10001

Color Harmonies of #581601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581601

Black with #581601

Text Example


Text Example

White with #581601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581601; }

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

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

background-color css

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

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

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

border-color css

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

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

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