Html Css Color HEX #681103 Maroon

📋 copy color: '#681103'

red 104 ◦ green 17 ◦ blue 3

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

Shades of Maroon #681103

Tints of Maroon #681103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.42%

R = 83.87%
G = 13.71%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#681103 (or 0x681103) is known color: Maroon. HEX triplet: 68, 11 and 03. RGB value is (104,17,3). Sum of RGB (Red+Green+Blue) = 104+17+3=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #681103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681103 is #97EEFC. Grayscale: #292929. Windows color (decimal): -9957117 or 201064. OLE color: 201064.

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

Color convert

RGB 104 17 3 -
CMYK 0 0.84 0.97 0.59
HSL 8.32º 0.94% 0.21% -
HSV(B) 8.32º 0.97% 0.41% -
XYZ 5.93 3.35 0.42 -
YUV 41.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 104 17 3 0 0.84 0.97 0.59 8.32 0.94 0.21
Hex 68 11 3 0 54 61 3B 8 5E 15
Octal 150 21 3 0 124 141 73 10 136 25
Binary 1101000 10001 11 0 1010100 1100001 111011 1000 1011110 10101

Color Harmonies of #681103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681103

Black with #681103

Text Example


Text Example

White with #681103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681103; }

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

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

background-color css

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

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

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

border-color css

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

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

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