Html Css Color HEX #560900 Red Oxide

📋 copy color: '#560900'

red 86 ◦ green 9 ◦ blue 0

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

Shades of Red Oxide #560900

Tints of Red Oxide #560900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.53%
G = 9.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#560900 (or 0x560900) is known color: Red Oxide. HEX triplet: 56, 09 and 00. RGB value is (86,9,0). Sum of RGB (Red+Green+Blue) = 86+9+0=95 (12% of max value = 765). Red value is 86 (33.98% from 255 or 90.53% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 86 - color contains mainly: red. Hex color #560900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560900 is #A9F6FF. Grayscale: #1F1F1F. Windows color (decimal): -11138816 or 2390. OLE color: 2390.

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

Color convert

RGB 86 9 0 -
CMYK 0 0.90 1 0.66
HSL 6.28º 1% 0.17% -
HSV(B) 6.28º 1% 0.34% -
XYZ 3.94 2.17 0.21 -
YUV 31 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 86 9 0 0 0.90 1 0.66 6.28 1 0.17
Hex 56 9 0 0 5A 64 42 6 64 11
Octal 126 11 0 0 132 144 102 6 144 21
Binary 1010110 1001 0 0 1011010 1100100 1000010 110 1100100 10001

Color Harmonies of #560900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560900

Black with #560900

Text Example


Text Example

White with #560900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560900; }

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

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

background-color css

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

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

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

border-color css

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

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

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