Html Css Color HEX #560F09 Red Oxide

📋 copy color: '#560F09'

red 86 ◦ green 15 ◦ blue 9

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

Shades of Red Oxide #560F09

Tints of Red Oxide #560F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 78.18%
G = 13.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#560F09 (or 0x560F09) is known color: Red Oxide. HEX triplet: 56, 0F and 09. RGB value is (86,15,9). Sum of RGB (Red+Green+Blue) = 86+15+9=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F09 is #A9F0F6. Grayscale: #232323. Windows color (decimal): -11137271 or 593750. OLE color: 593750.

HSL color Cylindrical-coordinate representation of color #560F09: hue angle of 4.68º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560F09 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 9 -
CMYK 0 0.83 0.90 0.66
HSL 4.68º 0.81% 0.19% -
HSV(B) 4.68º 0.9% 0.34% -
XYZ 4.06 2.34 0.5 -
YUV 35.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 86 15 9 0 0.83 0.90 0.66 4.68 0.81 0.19
Hex 56 F 9 0 53 5A 42 5 51 13
Octal 126 17 11 0 123 132 102 5 121 23
Binary 1010110 1111 1001 0 1010011 1011010 1000010 101 1010001 10011

Color Harmonies of #560F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F09

Black with #560F09

Text Example


Text Example

White with #560F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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