Html Css Color HEX #680422 Burgundy

📋 copy color: '#680422'

red 104 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #680422

Tints of Burgundy #680422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 73.24%
G = 2.82%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#680422 (or 0x680422) is known color: Burgundy. HEX triplet: 68, 04 and 22. RGB value is (104,4,34). Sum of RGB (Red+Green+Blue) = 104+4+34=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680422 is #97FBDD. Grayscale: #252525. Windows color (decimal): -9960414 or 2229352. OLE color: 2229352.

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

Color convert

RGB 104 4 34 -
CMYK 0 0.96 0.67 0.59
HSL 342º 0.93% 0.21% -
HSV(B) 342º 0.96% 0.41% -
XYZ 6.04 3.15 1.8 -
YUV 37.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 104 4 34 0 0.96 0.67 0.59 342 0.93 0.21
Hex 68 4 22 0 60 43 3B 156 5D 15
Octal 150 4 42 0 140 103 73 526 135 25
Binary 1101000 100 100010 0 1100000 1000011 111011 101010110 1011101 10101

Color Harmonies of #680422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680422

Black with #680422

Text Example


Text Example

White with #680422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680422; }

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

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

background-color css

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

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

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

border-color css

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

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

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