Html Css Color HEX #680426 Burgundy

📋 copy color: '#680426'

red 104 ◦ green 4 ◦ blue 38

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

Shades of Burgundy #680426

Tints of Burgundy #680426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 71.23%
G = 2.74%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680426 (or 0x680426) is known color: Burgundy. HEX triplet: 68, 04 and 26. RGB value is (104,4,38). Sum of RGB (Red+Green+Blue) = 104+4+38=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680426 is #97FBD9. Grayscale: #252525. Windows color (decimal): -9960410 or 2491496. OLE color: 2491496.

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

Color convert

RGB 104 4 38 -
CMYK 0 0.96 0.63 0.59
HSL 339.6º 0.93% 0.21% -
HSV(B) 339.6º 0.96% 0.41% -
XYZ 6.1 3.17 2.12 -
YUV 37.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 104 4 38 0 0.96 0.63 0.59 339.6 0.93 0.21
Hex 68 4 26 0 60 3F 3B 154 5D 15
Octal 150 4 46 0 140 77 73 524 135 25
Binary 1101000 100 100110 0 1100000 111111 111011 101010100 1011101 10101

Color Harmonies of #680426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680426

Black with #680426

Text Example


Text Example

White with #680426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680426; }

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

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

background-color css

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

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

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

border-color css

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

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

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