Html Css Color HEX #680B0A Maroon

📋 copy color: '#680B0A'

red 104 ◦ green 11 ◦ blue 10

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

Shades of Maroon #680B0A

Tints of Maroon #680B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.8%

 BLUE value IS 10 (4.3% from 255) = 8%

R = 83.2%
G = 8.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#680B0A (or 0x680B0A) is known color: Maroon. HEX triplet: 68, 0B and 0A. RGB value is (104,11,10). Sum of RGB (Red+Green+Blue) = 104+11+10=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B0A is #97F4F5. Grayscale: #262626. Windows color (decimal): -9958646 or 658280. OLE color: 658280.

HSL color Cylindrical-coordinate representation of color #680B0A: hue angle of 0.64º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B0A is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 10 -
CMYK 0 0.89 0.90 0.59
HSL 0.64º 0.82% 0.22% -
HSV(B) 0.64º 0.9% 0.41% -
XYZ 5.88 3.2 0.6 -
YUV 38.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 104 11 10 0 0.89 0.90 0.59 0.64 0.82 0.22
Hex 68 B A 0 59 5A 3B 1 52 16
Octal 150 13 12 0 131 132 73 1 122 26
Binary 1101000 1011 1010 0 1011001 1011010 111011 1 1010010 10110

Color Harmonies of #680B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B0A

Black with #680B0A

Text Example


Text Example

White with #680B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B0A; }

 p { color: rgb(104,11,10); }

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

background-color css

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

 a { background-color: rgb(104,11,10); }

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

border-color css

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

 span { border-color: rgb(104,11,10); }

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