Html Css Color HEX #681500 Maroon

📋 copy color: '#681500'

red 104 ◦ green 21 ◦ blue 0

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

Shades of Maroon #681500

Tints of Maroon #681500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.2%
G = 16.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681500 (or 0x681500) is known color: Maroon. HEX triplet: 68, 15 and 00. RGB value is (104,21,0). Sum of RGB (Red+Green+Blue) = 104+21+0=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681500 is #97EAFF. Grayscale: #2B2B2B. Windows color (decimal): -9956096 or 5480. OLE color: 5480.

HSL color Cylindrical-coordinate representation of color #681500: hue angle of 12.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #681500 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 0 -
CMYK 0 0.80 1 0.59
HSL 12.12º 1% 0.2% -
HSV(B) 12.12º 1% 0.41% -
XYZ 5.98 3.48 0.36 -
YUV 43.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 104 21 0 0 0.80 1 0.59 12.12 1 0.2
Hex 68 15 0 0 50 64 3B C 64 14
Octal 150 25 0 0 120 144 73 14 144 24
Binary 1101000 10101 0 0 1010000 1100100 111011 1100 1100100 10100

Color Harmonies of #681500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681500

Black with #681500

Text Example


Text Example

White with #681500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681500; }

 p { color: rgb(104,21,0); }

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

background-color css

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

 a { background-color: rgb(104,21,0); }

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

border-color css

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

 span { border-color: rgb(104,21,0); }

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