Html Css Color HEX #561001 Red Oxide

📋 copy color: '#561001'

red 86 ◦ green 16 ◦ blue 1

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

Shades of Red Oxide #561001

Tints of Red Oxide #561001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 83.5%
G = 15.53%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561001 (or 0x561001) is known color: Red Oxide. HEX triplet: 56, 10 and 01. RGB value is (86,16,1). Sum of RGB (Red+Green+Blue) = 86+16+1=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #561001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561001 is #A9EFFE. Grayscale: #232323. Windows color (decimal): -11137023 or 69718. OLE color: 69718.

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

Color convert

RGB 86 16 1 -
CMYK 0 0.81 0.99 0.66
HSL 10.59º 0.98% 0.17% -
HSV(B) 10.59º 0.99% 0.34% -
XYZ 4.03 2.35 0.27 -
YUV 35.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 86 16 1 0 0.81 0.99 0.66 10.59 0.98 0.17
Hex 56 10 1 0 51 63 42 B 62 11
Octal 126 20 1 0 121 143 102 13 142 21
Binary 1010110 10000 1 0 1010001 1100011 1000010 1011 1100010 10001

Color Harmonies of #561001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561001

Black with #561001

Text Example


Text Example

White with #561001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561001; }

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

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

background-color css

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

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

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

border-color css

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

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

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