Html Css Color HEX #680521 Burgundy

📋 copy color: '#680521'

red 104 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #680521

Tints of Burgundy #680521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 73.24%
G = 3.52%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#680521 (or 0x680521) is known color: Burgundy. HEX triplet: 68, 05 and 21. RGB value is (104,5,33). Sum of RGB (Red+Green+Blue) = 104+5+33=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680521 is #97FADE. Grayscale: #252525. Windows color (decimal): -9960159 or 2164072. OLE color: 2164072.

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

Color convert

RGB 104 5 33 -
CMYK 0 0.95 0.68 0.59
HSL 343.03º 0.91% 0.21% -
HSV(B) 343.03º 0.95% 0.41% -
XYZ 6.04 3.16 1.73 -
YUV 37.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 104 5 33 0 0.95 0.68 0.59 343.03 0.91 0.21
Hex 68 5 21 0 5F 44 3B 157 5B 15
Octal 150 5 41 0 137 104 73 527 133 25
Binary 1101000 101 100001 0 1011111 1000100 111011 101010111 1011011 10101

Color Harmonies of #680521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680521

Black with #680521

Text Example


Text Example

White with #680521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680521; }

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

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

background-color css

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

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

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

border-color css

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

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

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