Html Css Color HEX #560701 Red Oxide

📋 copy color: '#560701'

red 86 ◦ green 7 ◦ blue 1

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

Shades of Red Oxide #560701

Tints of Red Oxide #560701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 91.49%
G = 7.45%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#560701 (or 0x560701) is known color: Red Oxide. HEX triplet: 56, 07 and 01. RGB value is (86,7,1). Sum of RGB (Red+Green+Blue) = 86+7+1=94 (12% of max value = 765). Red value is 86 (33.98% from 255 or 91.49% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 86 - color contains mainly: red. Hex color #560701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560701 is #A9F8FE. Grayscale: #1E1E1E. Windows color (decimal): -11139327 or 67414. OLE color: 67414.

HSL color Cylindrical-coordinate representation of color #560701: hue angle of 4.24º 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 #560701 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 7 1 -
CMYK 0 0.92 0.99 0.66
HSL 4.24º 0.98% 0.17% -
HSV(B) 4.24º 0.99% 0.34% -
XYZ 3.92 2.13 0.23 -
YUV 29.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 86 7 1 0 0.92 0.99 0.66 4.24 0.98 0.17
Hex 56 7 1 0 5C 63 42 4 62 11
Octal 126 7 1 0 134 143 102 4 142 21
Binary 1010110 111 1 0 1011100 1100011 1000010 100 1100010 10001

Color Harmonies of #560701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560701

Black with #560701

Text Example


Text Example

White with #560701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560701; }

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

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

background-color css

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

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

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

border-color css

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

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

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