Html Css Color HEX #681003 Maroon

📋 copy color: '#681003'

red 104 ◦ green 16 ◦ blue 3

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

Shades of Maroon #681003

Tints of Maroon #681003

RGB

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

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

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

R = 84.55%
G = 13.01%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#681003 (or 0x681003) is known color: Maroon. HEX triplet: 68, 10 and 03. RGB value is (104,16,3). Sum of RGB (Red+Green+Blue) = 104+16+3=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #681003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681003 is #97EFFC. Grayscale: #282828. Windows color (decimal): -9957373 or 200808. OLE color: 200808.

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

Color convert

RGB 104 16 3 -
CMYK 0 0.85 0.97 0.59
HSL 7.72º 0.94% 0.21% -
HSV(B) 7.72º 0.97% 0.41% -
XYZ 5.91 3.32 0.42 -
YUV 40.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 104 16 3 0 0.85 0.97 0.59 7.72 0.94 0.21
Hex 68 10 3 0 55 61 3B 8 5E 15
Octal 150 20 3 0 125 141 73 10 136 25
Binary 1101000 10000 11 0 1010101 1100001 111011 1000 1011110 10101

Color Harmonies of #681003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681003

Black with #681003

Text Example


Text Example

White with #681003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681003; }

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

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

background-color css

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

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

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

border-color css

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

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

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