Html Css Color HEX #680428 Burgundy

📋 copy color: '#680428'

red 104 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #680428

Tints of Burgundy #680428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 70.27%
G = 2.7%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#680428 (or 0x680428) is known color: Burgundy. HEX triplet: 68, 04 and 28. RGB value is (104,4,40). Sum of RGB (Red+Green+Blue) = 104+4+40=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #680428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680428 is #97FBD7. Grayscale: #252525. Windows color (decimal): -9960408 or 2622568. OLE color: 2622568.

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

Color convert

RGB 104 4 40 -
CMYK 0 0.96 0.62 0.59
HSL 338.4º 0.93% 0.21% -
HSV(B) 338.4º 0.96% 0.41% -
XYZ 6.14 3.18 2.3 -
YUV 38 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 104 4 40 0 0.96 0.62 0.59 338.4 0.93 0.21
Hex 68 4 28 0 60 3E 3B 152 5D 15
Octal 150 4 50 0 140 76 73 522 135 25
Binary 1101000 100 101000 0 1100000 111110 111011 101010010 1011101 10101

Color Harmonies of #680428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680428

Black with #680428

Text Example


Text Example

White with #680428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680428; }

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

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

background-color css

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

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

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

border-color css

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

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

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