Html Css Color HEX #680301 Maroon

📋 copy color: '#680301'

red 104 ◦ green 3 ◦ blue 1

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

Shades of Maroon #680301

Tints of Maroon #680301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 96.3%
G = 2.78%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680301 (or 0x680301) is known color: Maroon. HEX triplet: 68, 03 and 01. RGB value is (104,3,1). Sum of RGB (Red+Green+Blue) = 104+3+1=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680301 is #97FCFE. Grayscale: #212121. Windows color (decimal): -9960703 or 66408. OLE color: 66408.

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

Color convert

RGB 104 3 1 -
CMYK 0 0.97 0.99 0.59
HSL 1.17º 0.98% 0.21% -
HSV(B) 1.17º 0.99% 0.41% -
XYZ 5.75 3.01 0.31 -
YUV 32.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 104 3 1 0 0.97 0.99 0.59 1.17 0.98 0.21
Hex 68 3 1 0 61 63 3B 1 62 15
Octal 150 3 1 0 141 143 73 1 142 25
Binary 1101000 11 1 0 1100001 1100011 111011 1 1100010 10101

Color Harmonies of #680301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680301

Black with #680301

Text Example


Text Example

White with #680301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680301; }

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

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

background-color css

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

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

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

border-color css

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

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

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