Html Css Color HEX #681201 Maroon

📋 copy color: '#681201'

red 104 ◦ green 18 ◦ blue 1

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

Shades of Maroon #681201

Tints of Maroon #681201

RGB

 RED value IS 104 (41.02% from 255) = 84.55%

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 84.55%
G = 14.63%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681201 (or 0x681201) is known color: Maroon. HEX triplet: 68, 12 and 01. RGB value is (104,18,1). Sum of RGB (Red+Green+Blue) = 104+18+1=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #681201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681201 is #97EDFE. Grayscale: #292929. Windows color (decimal): -9956863 or 70248. OLE color: 70248.

HSL color Cylindrical-coordinate representation of color #681201: hue angle of 9.9º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #681201 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 1 -
CMYK 0 0.83 0.99 0.59
HSL 9.9º 0.98% 0.21% -
HSV(B) 9.9º 0.99% 0.41% -
XYZ 5.93 3.38 0.37 -
YUV 41.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 104 18 1 0 0.83 0.99 0.59 9.9 0.98 0.21
Hex 68 12 1 0 53 63 3B A 62 15
Octal 150 22 1 0 123 143 73 12 142 25
Binary 1101000 10010 1 0 1010011 1100011 111011 1010 1100010 10101

Color Harmonies of #681201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681201

Black with #681201

Text Example


Text Example

White with #681201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681201; }

 p { color: rgb(104,18,1); }

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

background-color css

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

 a { background-color: rgb(104,18,1); }

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

border-color css

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

 span { border-color: rgb(104,18,1); }

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