Html Css Color HEX #680201 Maroon

📋 copy color: '#680201'

red 104 ◦ green 2 ◦ blue 1

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

Shades of Maroon #680201

Tints of Maroon #680201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 97.2%
G = 1.87%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680201 (or 0x680201) is known color: Maroon. HEX triplet: 68, 02 and 01. RGB value is (104,2,1). Sum of RGB (Red+Green+Blue) = 104+2+1=107 (14% of max value = 765). Red value is 104 (41.02% from 255 or 97.20% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 104 - color contains mainly: red. Hex color #680201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680201 is #97FDFE. Grayscale: #202020. Windows color (decimal): -9960959 or 66152. OLE color: 66152.

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

Color convert

RGB 104 2 1 -
CMYK 0 0.98 0.99 0.59
HSL 0.58º 0.98% 0.21% -
HSV(B) 0.58º 0.99% 0.41% -
XYZ 5.74 2.99 0.3 -
YUV 32.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 104 2 1 0 0.98 0.99 0.59 0.58 0.98 0.21
Hex 68 2 1 0 62 63 3B 1 62 15
Octal 150 2 1 0 142 143 73 1 142 25
Binary 1101000 10 1 0 1100010 1100011 111011 1 1100010 10101

Color Harmonies of #680201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680201

Black with #680201

Text Example


Text Example

White with #680201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680201; }

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

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

background-color css

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

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

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

border-color css

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

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

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