Html Css Color HEX #681301 Maroon

📋 copy color: '#681301'

red 104 ◦ green 19 ◦ blue 1

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

Shades of Maroon #681301

Tints of Maroon #681301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

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

R = 83.87%
G = 15.32%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681301 (or 0x681301) is known color: Maroon. HEX triplet: 68, 13 and 01. RGB value is (104,19,1). Sum of RGB (Red+Green+Blue) = 104+19+1=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #681301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681301 is #97ECFE. Grayscale: #2A2A2A. Windows color (decimal): -9956607 or 70504. OLE color: 70504.

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

Color convert

RGB 104 19 1 -
CMYK 0 0.82 0.99 0.59
HSL 10.49º 0.98% 0.21% -
HSV(B) 10.49º 0.99% 0.41% -
XYZ 5.95 3.41 0.37 -
YUV 42.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 104 19 1 0 0.82 0.99 0.59 10.49 0.98 0.21
Hex 68 13 1 0 52 63 3B A 62 15
Octal 150 23 1 0 122 143 73 12 142 25
Binary 1101000 10011 1 0 1010010 1100011 111011 1010 1100010 10101

Color Harmonies of #681301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681301

Black with #681301

Text Example


Text Example

White with #681301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681301; }

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

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

background-color css

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

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

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

border-color css

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

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

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