Html Css Color HEX #560901 Red Oxide

📋 copy color: '#560901'

red 86 ◦ green 9 ◦ blue 1

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

Shades of Red Oxide #560901

Tints of Red Oxide #560901

RGB

 RED value IS 86 (33.98% from 255) = 89.58%

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 89.58%
G = 9.38%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#560901 (or 0x560901) is known color: Red Oxide. HEX triplet: 56, 09 and 01. RGB value is (86,9,1). Sum of RGB (Red+Green+Blue) = 86+9+1=96 (12% of max value = 765). Red value is 86 (33.98% from 255 or 89.58% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 86 - color contains mainly: red. Hex color #560901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560901 is #A9F6FE. Grayscale: #1F1F1F. Windows color (decimal): -11138815 or 67926. OLE color: 67926.

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

Color convert

RGB 86 9 1 -
CMYK 0 0.90 0.99 0.66
HSL 5.65º 0.98% 0.17% -
HSV(B) 5.65º 0.99% 0.34% -
XYZ 3.94 2.18 0.24 -
YUV 31.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 86 9 1 0 0.90 0.99 0.66 5.65 0.98 0.17
Hex 56 9 1 0 5A 63 42 6 62 11
Octal 126 11 1 0 132 143 102 6 142 21
Binary 1010110 1001 1 0 1011010 1100011 1000010 110 1100010 10001

Color Harmonies of #560901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560901

Black with #560901

Text Example


Text Example

White with #560901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560901; }

 p { color: rgb(86,9,1); }

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

background-color css

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

 a { background-color: rgb(86,9,1); }

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

border-color css

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

 span { border-color: rgb(86,9,1); }

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