Html Css Color HEX #681303 Maroon

📋 copy color: '#681303'

red 104 ◦ green 19 ◦ blue 3

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

Shades of Maroon #681303

Tints of Maroon #681303

RGB

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

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

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

R = 82.54%
G = 15.08%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#681303 (or 0x681303) is known color: Maroon. HEX triplet: 68, 13 and 03. RGB value is (104,19,3). Sum of RGB (Red+Green+Blue) = 104+19+3=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #681303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681303 is #97ECFC. Grayscale: #2A2A2A. Windows color (decimal): -9956605 or 201576. OLE color: 201576.

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

Color convert

RGB 104 19 3 -
CMYK 0 0.82 0.97 0.59
HSL 9.5º 0.94% 0.21% -
HSV(B) 9.5º 0.97% 0.41% -
XYZ 5.96 3.42 0.43 -
YUV 42.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 104 19 3 0 0.82 0.97 0.59 9.5 0.94 0.21
Hex 68 13 3 0 52 61 3B A 5E 15
Octal 150 23 3 0 122 141 73 12 136 25
Binary 1101000 10011 11 0 1010010 1100001 111011 1010 1011110 10101

Color Harmonies of #681303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681303

Black with #681303

Text Example


Text Example

White with #681303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681303; }

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

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

background-color css

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

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

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

border-color css

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

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

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