Html Css Color HEX #680226 Burgundy

📋 copy color: '#680226'

red 104 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #680226

Tints of Burgundy #680226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 72.22%
G = 1.39%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680226 (or 0x680226) is known color: Burgundy. HEX triplet: 68, 02 and 26. RGB value is (104,2,38). Sum of RGB (Red+Green+Blue) = 104+2+38=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680226 is #97FDD9. Grayscale: #242424. Windows color (decimal): -9960922 or 2490984. OLE color: 2490984.

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

Color convert

RGB 104 2 38 -
CMYK 0 0.98 0.63 0.59
HSL 338.82º 0.96% 0.21% -
HSV(B) 338.82º 0.98% 0.41% -
XYZ 6.08 3.13 2.12 -
YUV 36.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 104 2 38 0 0.98 0.63 0.59 338.82 0.96 0.21
Hex 68 2 26 0 62 3F 3B 153 60 15
Octal 150 2 46 0 142 77 73 523 140 25
Binary 1101000 10 100110 0 1100010 111111 111011 101010011 1100000 10101

Color Harmonies of #680226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680226

Black with #680226

Text Example


Text Example

White with #680226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680226; }

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

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

background-color css

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

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

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

border-color css

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

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

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