Html Css Color HEX #560E07 Red Oxide

📋 copy color: '#560E07'

red 86 ◦ green 14 ◦ blue 7

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

Shades of Red Oxide #560E07

Tints of Red Oxide #560E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.08%

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 80.37%
G = 13.08%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#560E07 (or 0x560E07) is known color: Red Oxide. HEX triplet: 56, 0E and 07. RGB value is (86,14,7). Sum of RGB (Red+Green+Blue) = 86+14+7=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E07 is #A9F1F8. Grayscale: #222222. Windows color (decimal): -11137529 or 462422. OLE color: 462422.

HSL color Cylindrical-coordinate representation of color #560E07: hue angle of 5.32º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560E07 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 14 7 -
CMYK 0 0.84 0.92 0.66
HSL 5.32º 0.85% 0.18% -
HSV(B) 5.32º 0.92% 0.34% -
XYZ 4.03 2.31 0.43 -
YUV 34.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 86 14 7 0 0.84 0.92 0.66 5.32 0.85 0.18
Hex 56 E 7 0 54 5C 42 5 55 12
Octal 126 16 7 0 124 134 102 5 125 22
Binary 1010110 1110 111 0 1010100 1011100 1000010 101 1010101 10010

Color Harmonies of #560E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E07

Black with #560E07

Text Example


Text Example

White with #560E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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