Html Css Color HEX #681302 Maroon

📋 copy color: '#681302'

red 104 ◦ green 19 ◦ blue 2

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

Shades of Maroon #681302

Tints of Maroon #681302

RGB

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

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

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

R = 83.2%
G = 15.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681302 (or 0x681302) is known color: Maroon. HEX triplet: 68, 13 and 02. RGB value is (104,19,2). Sum of RGB (Red+Green+Blue) = 104+19+2=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681302 is #97ECFD. Grayscale: #2A2A2A. Windows color (decimal): -9956606 or 136040. OLE color: 136040.

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

Color convert

RGB 104 19 2 -
CMYK 0 0.82 0.98 0.59
HSL 10º 0.96% 0.21% -
HSV(B) 10º 0.98% 0.41% -
XYZ 5.95 3.41 0.4 -
YUV 42.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 104 19 2 0 0.82 0.98 0.59 10 0.96 0.21
Hex 68 13 2 0 52 62 3B A 60 15
Octal 150 23 2 0 122 142 73 12 140 25
Binary 1101000 10011 10 0 1010010 1100010 111011 1010 1100000 10101

Color Harmonies of #681302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681302

Black with #681302

Text Example


Text Example

White with #681302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681302; }

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

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

background-color css

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

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

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

border-color css

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

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

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