Html Css Color HEX #681402 Maroon

📋 copy color: '#681402'

red 104 ◦ green 20 ◦ blue 2

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

Shades of Maroon #681402

Tints of Maroon #681402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 82.54%
G = 15.87%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681402 (or 0x681402) is known color: Maroon. HEX triplet: 68, 14 and 02. RGB value is (104,20,2). Sum of RGB (Red+Green+Blue) = 104+20+2=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #681402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681402 is #97EBFD. Grayscale: #2B2B2B. Windows color (decimal): -9956350 or 136296. OLE color: 136296.

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

Color convert

RGB 104 20 2 -
CMYK 0 0.81 0.98 0.59
HSL 10.59º 0.96% 0.21% -
HSV(B) 10.59º 0.98% 0.41% -
XYZ 5.97 3.45 0.41 -
YUV 43.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 104 20 2 0 0.81 0.98 0.59 10.59 0.96 0.21
Hex 68 14 2 0 51 62 3B B 60 15
Octal 150 24 2 0 121 142 73 13 140 25
Binary 1101000 10100 10 0 1010001 1100010 111011 1011 1100000 10101

Color Harmonies of #681402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681402

Black with #681402

Text Example


Text Example

White with #681402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681402; }

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

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

background-color css

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

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

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

border-color css

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

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

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