Html Css Color HEX #680502 Maroon

📋 copy color: '#680502'

red 104 ◦ green 5 ◦ blue 2

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

Shades of Maroon #680502

Tints of Maroon #680502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 93.69%
G = 4.5%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#680502 (or 0x680502) is known color: Maroon. HEX triplet: 68, 05 and 02. RGB value is (104,5,2). Sum of RGB (Red+Green+Blue) = 104+5+2=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680502 is #97FAFD. Grayscale: #222222. Windows color (decimal): -9960190 or 132456. OLE color: 132456.

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

Color convert

RGB 104 5 2 -
CMYK 0 0.95 0.98 0.59
HSL 1.76º 0.96% 0.21% -
HSV(B) 1.76º 0.98% 0.41% -
XYZ 5.77 3.06 0.34 -
YUV 34.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 104 5 2 0 0.95 0.98 0.59 1.76 0.96 0.21
Hex 68 5 2 0 5F 62 3B 2 60 15
Octal 150 5 2 0 137 142 73 2 140 25
Binary 1101000 101 10 0 1011111 1100010 111011 10 1100000 10101

Color Harmonies of #680502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680502

Black with #680502

Text Example


Text Example

White with #680502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680502; }

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

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

background-color css

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

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

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

border-color css

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

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

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