Html Css Color HEX #680401 Maroon

📋 copy color: '#680401'

red 104 ◦ green 4 ◦ blue 1

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

Shades of Maroon #680401

Tints of Maroon #680401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 95.41%
G = 3.67%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680401 (or 0x680401) is known color: Maroon. HEX triplet: 68, 04 and 01. RGB value is (104,4,1). Sum of RGB (Red+Green+Blue) = 104+4+1=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680401 is #97FBFE. Grayscale: #212121. Windows color (decimal): -9960447 or 66664. OLE color: 66664.

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

Color convert

RGB 104 4 1 -
CMYK 0 0.96 0.99 0.59
HSL 1.75º 0.98% 0.21% -
HSV(B) 1.75º 0.99% 0.41% -
XYZ 5.76 3.03 0.31 -
YUV 33.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 104 4 1 0 0.96 0.99 0.59 1.75 0.98 0.21
Hex 68 4 1 0 60 63 3B 2 62 15
Octal 150 4 1 0 140 143 73 2 142 25
Binary 1101000 100 1 0 1100000 1100011 111011 10 1100010 10101

Color Harmonies of #680401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680401

Black with #680401

Text Example


Text Example

White with #680401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680401; }

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

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

background-color css

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

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

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

border-color css

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

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

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