Html Css Color HEX #680203 Burgundy

📋 copy color: '#680203'

red 104 ◦ green 2 ◦ blue 3

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

Shades of Burgundy #680203

Tints of Burgundy #680203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

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

R = 95.41%
G = 1.83%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#680203 (or 0x680203) is known color: Burgundy. HEX triplet: 68, 02 and 03. RGB value is (104,2,3). Sum of RGB (Red+Green+Blue) = 104+2+3=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680203 is #97FDFC. Grayscale: #202020. Windows color (decimal): -9960957 or 197224. OLE color: 197224.

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

Color convert

RGB 104 2 3 -
CMYK 0 0.98 0.97 0.59
HSL 359.41º 0.96% 0.21% -
HSV(B) 359.41º 0.98% 0.41% -
XYZ 5.75 2.99 0.36 -
YUV 32.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 104 2 3 0 0.98 0.97 0.59 359.41 0.96 0.21
Hex 68 2 3 0 62 61 3B 167 60 15
Octal 150 2 3 0 142 141 73 547 140 25
Binary 1101000 10 11 0 1100010 1100001 111011 101100111 1100000 10101

Color Harmonies of #680203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680203

Black with #680203

Text Example


Text Example

White with #680203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680203; }

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

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

background-color css

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

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

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

border-color css

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

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

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