Html Css Color HEX #680526 Burgundy

📋 copy color: '#680526'

red 104 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #680526

Tints of Burgundy #680526

RGB

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

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

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

R = 70.75%
G = 3.4%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680526 (or 0x680526) is known color: Burgundy. HEX triplet: 68, 05 and 26. RGB value is (104,5,38). Sum of RGB (Red+Green+Blue) = 104+5+38=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680526 is #97FAD9. Grayscale: #262626. Windows color (decimal): -9960154 or 2491752. OLE color: 2491752.

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

Color convert

RGB 104 5 38 -
CMYK 0 0.95 0.63 0.59
HSL 340º 0.91% 0.21% -
HSV(B) 340º 0.95% 0.41% -
XYZ 6.11 3.19 2.13 -
YUV 38.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 104 5 38 0 0.95 0.63 0.59 340 0.91 0.21
Hex 68 5 26 0 5F 3F 3B 154 5B 15
Octal 150 5 46 0 137 77 73 524 133 25
Binary 1101000 101 100110 0 1011111 111111 111011 101010100 1011011 10101

Color Harmonies of #680526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680526

Black with #680526

Text Example


Text Example

White with #680526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680526; }

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

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

background-color css

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

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

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

border-color css

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

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

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