Html Css Color HEX #680420 Burgundy

📋 copy color: '#680420'

red 104 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #680420

Tints of Burgundy #680420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 74.29%
G = 2.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680420 (or 0x680420) is known color: Burgundy. HEX triplet: 68, 04 and 20. RGB value is (104,4,32). Sum of RGB (Red+Green+Blue) = 104+4+32=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #680420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680420 is #97FBDF. Grayscale: #252525. Windows color (decimal): -9960416 or 2098280. OLE color: 2098280.

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

Color convert

RGB 104 4 32 -
CMYK 0 0.96 0.69 0.59
HSL 343.2º 0.93% 0.21% -
HSV(B) 343.2º 0.96% 0.41% -
XYZ 6.01 3.13 1.65 -
YUV 37.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 104 4 32 0 0.96 0.69 0.59 343.2 0.93 0.21
Hex 68 4 20 0 60 45 3B 157 5D 15
Octal 150 4 40 0 140 105 73 527 135 25
Binary 1101000 100 100000 0 1100000 1000101 111011 101010111 1011101 10101

Color Harmonies of #680420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680420

Black with #680420

Text Example


Text Example

White with #680420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680420; }

 p { color: rgb(104,4,32); }

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

background-color css

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

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

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

border-color css

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

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

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