Html Css Color HEX #680402 Maroon

📋 copy color: '#680402'

red 104 ◦ green 4 ◦ blue 2

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

Shades of Maroon #680402

Tints of Maroon #680402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

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

R = 94.55%
G = 3.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#680402 (or 0x680402) is known color: Maroon. HEX triplet: 68, 04 and 02. RGB value is (104,4,2). Sum of RGB (Red+Green+Blue) = 104+4+2=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680402 is #97FBFD. Grayscale: #212121. Windows color (decimal): -9960446 or 132200. OLE color: 132200.

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

Color convert

RGB 104 4 2 -
CMYK 0 0.96 0.98 0.59
HSL 1.18º 0.96% 0.21% -
HSV(B) 1.18º 0.98% 0.41% -
XYZ 5.76 3.03 0.34 -
YUV 33.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 104 4 2 0 0.96 0.98 0.59 1.18 0.96 0.21
Hex 68 4 2 0 60 62 3B 1 60 15
Octal 150 4 2 0 140 142 73 1 140 25
Binary 1101000 100 10 0 1100000 1100010 111011 1 1100000 10101

Color Harmonies of #680402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680402

Black with #680402

Text Example


Text Example

White with #680402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680402; }

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

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

background-color css

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

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

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

border-color css

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

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

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