Html Css Color HEX #681102 Maroon

📋 copy color: '#681102'

red 104 ◦ green 17 ◦ blue 2

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

Shades of Maroon #681102

Tints of Maroon #681102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 84.55%
G = 13.82%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681102 (or 0x681102) is known color: Maroon. HEX triplet: 68, 11 and 02. RGB value is (104,17,2). Sum of RGB (Red+Green+Blue) = 104+17+2=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #681102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681102 is #97EEFD. Grayscale: #292929. Windows color (decimal): -9957118 or 135528. OLE color: 135528.

HSL color Cylindrical-coordinate representation of color #681102: hue angle of 8.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #681102 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 2 -
CMYK 0 0.84 0.98 0.59
HSL 8.82º 0.96% 0.21% -
HSV(B) 8.82º 0.98% 0.41% -
XYZ 5.92 3.35 0.39 -
YUV 41.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 104 17 2 0 0.84 0.98 0.59 8.82 0.96 0.21
Hex 68 11 2 0 54 62 3B 9 60 15
Octal 150 21 2 0 124 142 73 11 140 25
Binary 1101000 10001 10 0 1010100 1100010 111011 1001 1100000 10101

Color Harmonies of #681102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681102

Black with #681102

Text Example


Text Example

White with #681102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681102; }

 p { color: rgb(104,17,2); }

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

background-color css

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

 a { background-color: rgb(104,17,2); }

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

border-color css

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

 span { border-color: rgb(104,17,2); }

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