Html Css Color HEX #680321 Burgundy

📋 copy color: '#680321'

red 104 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #680321

Tints of Burgundy #680321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 74.29%
G = 2.14%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#680321 (or 0x680321) is known color: Burgundy. HEX triplet: 68, 03 and 21. RGB value is (104,3,33). Sum of RGB (Red+Green+Blue) = 104+3+33=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #680321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680321 is #97FCDE. Grayscale: #242424. Windows color (decimal): -9960671 or 2163560. OLE color: 2163560.

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

Color convert

RGB 104 3 33 -
CMYK 0 0.97 0.68 0.59
HSL 342.18º 0.94% 0.21% -
HSV(B) 342.18º 0.97% 0.41% -
XYZ 6.02 3.12 1.72 -
YUV 36.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 104 3 33 0 0.97 0.68 0.59 342.18 0.94 0.21
Hex 68 3 21 0 61 44 3B 156 5E 15
Octal 150 3 41 0 141 104 73 526 136 25
Binary 1101000 11 100001 0 1100001 1000100 111011 101010110 1011110 10101

Color Harmonies of #680321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680321

Black with #680321

Text Example


Text Example

White with #680321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680321; }

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

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

background-color css

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

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

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

border-color css

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

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

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