Html Css Color HEX #560F07 Red Oxide

📋 copy color: '#560F07'

red 86 ◦ green 15 ◦ blue 7

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

Shades of Red Oxide #560F07

Tints of Red Oxide #560F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.89%

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

R = 79.63%
G = 13.89%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#560F07 (or 0x560F07) is known color: Red Oxide. HEX triplet: 56, 0F and 07. RGB value is (86,15,7). Sum of RGB (Red+Green+Blue) = 86+15+7=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F07 is #A9F0F8. Grayscale: #232323. Windows color (decimal): -11137273 or 462678. OLE color: 462678.

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

Color convert

RGB 86 15 7 -
CMYK 0 0.83 0.92 0.66
HSL 6.08º 0.85% 0.18% -
HSV(B) 6.08º 0.92% 0.34% -
XYZ 4.05 2.34 0.44 -
YUV 35.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 86 15 7 0 0.83 0.92 0.66 6.08 0.85 0.18
Hex 56 F 7 0 53 5C 42 6 55 12
Octal 126 17 7 0 123 134 102 6 125 22
Binary 1010110 1111 111 0 1010011 1011100 1000010 110 1010101 10010

Color Harmonies of #560F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F07

Black with #560F07

Text Example


Text Example

White with #560F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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