Html Css Color HEX #781601 Maroon

📋 copy color: '#781601'

red 120 ◦ green 22 ◦ blue 1

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

Shades of Maroon #781601

Tints of Maroon #781601

RGB

 RED value IS 120 (47.27% from 255) = 83.92%

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

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

R = 83.92%
G = 15.38%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781601 (or 0x781601) is known color: Maroon. HEX triplet: 78, 16 and 01. RGB value is (120,22,1). Sum of RGB (Red+Green+Blue) = 120+22+1=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781601 is #87E9FE. Grayscale: #313131. Windows color (decimal): -8907263 or 71288. OLE color: 71288.

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

Color convert

RGB 120 22 1 -
CMYK 0 0.82 0.99 0.53
HSL 10.59º 0.98% 0.24% -
HSV(B) 10.59º 0.99% 0.47% -
XYZ 8.04 4.57 0.49 -
YUV 48.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 120 22 1 0 0.82 0.99 0.53 10.59 0.98 0.24
Hex 78 16 1 0 52 63 35 B 62 18
Octal 170 26 1 0 122 143 65 13 142 30
Binary 1111000 10110 1 0 1010010 1100011 110101 1011 1100010 11000

Color Harmonies of #781601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781601

Black with #781601

Text Example


Text Example

White with #781601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781601; }

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

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

background-color css

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

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

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

border-color css

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

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

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