Html Css Color HEX #680303 Maroon

📋 copy color: '#680303'

red 104 ◦ green 3 ◦ blue 3

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

Shades of Maroon #680303

Tints of Maroon #680303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 3 (1.56% from 255) = 2.73%

R = 94.55%
G = 2.73%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#680303 (or 0x680303) is known color: Maroon. HEX triplet: 68, 03 and 03. RGB value is (104,3,3). Sum of RGB (Red+Green+Blue) = 104+3+3=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680303 is #97FCFC. Grayscale: #212121. Windows color (decimal): -9960701 or 197480. OLE color: 197480.

HSL color Cylindrical-coordinate representation of color #680303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 3 -
CMYK 0 0.97 0.97 0.59
HSL 0.94% 0.21% -
HSV(B) 0.97% 0.41% -
XYZ 5.76 3.01 0.36 -
YUV 33.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 104 3 3 0 0.97 0.97 0.59 0 0.94 0.21
Hex 68 3 3 0 61 61 3B 0 5E 15
Octal 150 3 3 0 141 141 73 0 136 25
Binary 1101000 11 11 0 1100001 1100001 111011 0 1011110 10101

Color Harmonies of #680303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680303

Black with #680303

Text Example


Text Example

White with #680303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680303; }

 p { color: rgb(104,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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