Html Css Color HEX #681002 Maroon

📋 copy color: '#681002'

red 104 ◦ green 16 ◦ blue 2

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

Shades of Maroon #681002

Tints of Maroon #681002

RGB

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

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

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

R = 85.25%
G = 13.11%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681002 (or 0x681002) is known color: Maroon. HEX triplet: 68, 10 and 02. RGB value is (104,16,2). Sum of RGB (Red+Green+Blue) = 104+16+2=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #681002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681002 is #97EFFD. Grayscale: #282828. Windows color (decimal): -9957374 or 135272. OLE color: 135272.

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

Color convert

RGB 104 16 2 -
CMYK 0 0.85 0.98 0.59
HSL 8.24º 0.96% 0.21% -
HSV(B) 8.24º 0.98% 0.41% -
XYZ 5.91 3.32 0.39 -
YUV 40.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 104 16 2 0 0.85 0.98 0.59 8.24 0.96 0.21
Hex 68 10 2 0 55 62 3B 8 60 15
Octal 150 20 2 0 125 142 73 10 140 25
Binary 1101000 10000 10 0 1010101 1100010 111011 1000 1100000 10101

Color Harmonies of #681002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681002

Black with #681002

Text Example


Text Example

White with #681002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681002; }

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

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

background-color css

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

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

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

border-color css

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

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

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