Html Css Color HEX #561007 Red Oxide

📋 copy color: '#561007'

red 86 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #561007

Tints of Red Oxide #561007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 78.9%
G = 14.68%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#561007 (or 0x561007) is known color: Red Oxide. HEX triplet: 56, 10 and 07. RGB value is (86,16,7). Sum of RGB (Red+Green+Blue) = 86+16+7=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #561007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561007 is #A9EFF8. Grayscale: #242424. Windows color (decimal): -11137017 or 462934. OLE color: 462934.

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

Color convert

RGB 86 16 7 -
CMYK 0 0.81 0.92 0.66
HSL 6.84º 0.85% 0.18% -
HSV(B) 6.84º 0.92% 0.34% -
XYZ 4.06 2.36 0.44 -
YUV 35.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 86 16 7 0 0.81 0.92 0.66 6.84 0.85 0.18
Hex 56 10 7 0 51 5C 42 7 55 12
Octal 126 20 7 0 121 134 102 7 125 22
Binary 1010110 10000 111 0 1010001 1011100 1000010 111 1010101 10010

Color Harmonies of #561007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561007

Black with #561007

Text Example


Text Example

White with #561007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561007; }

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

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

background-color css

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

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

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

border-color css

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

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

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