Html Css Color HEX #701601 Maroon

📋 copy color: '#701601'

red 112 ◦ green 22 ◦ blue 1

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

Shades of Maroon #701601

Tints of Maroon #701601

RGB

 RED value IS 112 (44.14% from 255) = 82.96%

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

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

R = 82.96%
G = 16.3%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701601 (or 0x701601) is known color: Maroon. HEX triplet: 70, 16 and 01. RGB value is (112,22,1). Sum of RGB (Red+Green+Blue) = 112+22+1=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #701601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701601 is #8FE9FE. Grayscale: #2E2E2E. Windows color (decimal): -9431551 or 71280. OLE color: 71280.

HSL color Cylindrical-coordinate representation of color #701601: hue angle of 11.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701601 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 1 -
CMYK 0 0.80 0.99 0.56
HSL 11.35º 0.98% 0.22% -
HSV(B) 11.35º 0.99% 0.44% -
XYZ 6.97 4.02 0.44 -
YUV 46.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 112 22 1 0 0.80 0.99 0.56 11.35 0.98 0.22
Hex 70 16 1 0 50 63 38 B 62 16
Octal 160 26 1 0 120 143 70 13 142 26
Binary 1110000 10110 1 0 1010000 1100011 111000 1011 1100010 10110

Color Harmonies of #701601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701601

Black with #701601

Text Example


Text Example

White with #701601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701601; }

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

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

background-color css

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

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

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

border-color css

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

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

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