Html Css Color HEX #681001 Maroon

📋 copy color: '#681001'

red 104 ◦ green 16 ◦ blue 1

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

Shades of Maroon #681001

Tints of Maroon #681001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

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

R = 85.95%
G = 13.22%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681001 (or 0x681001) is known color: Maroon. HEX triplet: 68, 10 and 01. RGB value is (104,16,1). Sum of RGB (Red+Green+Blue) = 104+16+1=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #681001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681001 is #97EFFE. Grayscale: #282828. Windows color (decimal): -9957375 or 69736. OLE color: 69736.

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

Color convert

RGB 104 16 1 -
CMYK 0 0.85 0.99 0.59
HSL 8.74º 0.98% 0.21% -
HSV(B) 8.74º 0.99% 0.41% -
XYZ 5.9 3.32 0.36 -
YUV 40.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 104 16 1 0 0.85 0.99 0.59 8.74 0.98 0.21
Hex 68 10 1 0 55 63 3B 9 62 15
Octal 150 20 1 0 125 143 73 11 142 25
Binary 1101000 10000 1 0 1010101 1100011 111011 1001 1100010 10101

Color Harmonies of #681001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681001

Black with #681001

Text Example


Text Example

White with #681001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681001; }

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

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

background-color css

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

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

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

border-color css

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

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

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