Html Css Color HEX #680003 Burgundy

📋 copy color: '#680003'

red 104 ◦ green 0 ◦ blue 3

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

Shades of Burgundy #680003

Tints of Burgundy #680003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.2%
G = 0%
B = 2.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#680003 (or 0x680003) is known color: Burgundy. HEX triplet: 68, 00 and 03. RGB value is (104,0,3). Sum of RGB (Red+Green+Blue) = 104+0+3=107 (14% of max value = 765). Red value is 104 (41.02% from 255 or 97.20% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 104 - color contains mainly: red. Hex color #680003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680003 is #97FFFC. Grayscale: #1F1F1F. Windows color (decimal): -9961469 or 196712. OLE color: 196712.

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

Color convert

RGB 104 0 3 -
CMYK 0 1 0.97 0.59
HSL 358.27º 1% 0.2% -
HSV(B) 358.27º 1% 0.41% -
XYZ 5.73 2.95 0.35 -
YUV 31.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 104 0 3 0 1 0.97 0.59 358.27 1 0.2
Hex 68 0 3 0 64 61 3B 166 64 14
Octal 150 0 3 0 144 141 73 546 144 24
Binary 1101000 0 11 0 1100100 1100001 111011 101100110 1100100 10100

Color Harmonies of #680003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680003

Black with #680003

Text Example


Text Example

White with #680003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680003; }

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

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

background-color css

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

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

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

border-color css

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

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

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