Html Css Color HEX #561601 Red Oxide

📋 copy color: '#561601'

red 86 ◦ green 22 ◦ blue 1

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

Shades of Red Oxide #561601

Tints of Red Oxide #561601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 78.9%
G = 20.18%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#561601 (or 0x561601) is known color: Red Oxide. HEX triplet: 56, 16 and 01. RGB value is (86,22,1). Sum of RGB (Red+Green+Blue) = 86+22+1=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #561601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561601 is #A9E9FE. Grayscale: #262626. Windows color (decimal): -11135487 or 71254. OLE color: 71254.

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

Color convert

RGB 86 22 1 -
CMYK 0 0.74 0.99 0.66
HSL 14.82º 0.98% 0.17% -
HSV(B) 14.82º 0.99% 0.34% -
XYZ 4.13 2.55 0.3 -
YUV 38.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 86 22 1 0 0.74 0.99 0.66 14.82 0.98 0.17
Hex 56 16 1 0 4A 63 42 F 62 11
Octal 126 26 1 0 112 143 102 17 142 21
Binary 1010110 10110 1 0 1001010 1100011 1000010 1111 1100010 10001

Color Harmonies of #561601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561601

Black with #561601

Text Example


Text Example

White with #561601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561601; }

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

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

background-color css

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

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

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

border-color css

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

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

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