Html Css Color HEX #680323 Burgundy

📋 copy color: '#680323'

red 104 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #680323

Tints of Burgundy #680323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 35 (14.06% from 255) = 24.65%

R = 73.24%
G = 2.11%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680323 (or 0x680323) is known color: Burgundy. HEX triplet: 68, 03 and 23. RGB value is (104,3,35). Sum of RGB (Red+Green+Blue) = 104+3+35=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680323 is #97FCDC. Grayscale: #242424. Windows color (decimal): -9960669 or 2294632. OLE color: 2294632.

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

Color convert

RGB 104 3 35 -
CMYK 0 0.97 0.66 0.59
HSL 340.99º 0.94% 0.21% -
HSV(B) 340.99º 0.97% 0.41% -
XYZ 6.04 3.13 1.88 -
YUV 36.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 104 3 35 0 0.97 0.66 0.59 340.99 0.94 0.21
Hex 68 3 23 0 61 42 3B 155 5E 15
Octal 150 3 43 0 141 102 73 525 136 25
Binary 1101000 11 100011 0 1100001 1000010 111011 101010101 1011110 10101

Color Harmonies of #680323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680323

Black with #680323

Text Example


Text Example

White with #680323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680323; }

 p { color: rgb(104,3,35); }

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

background-color css

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

 a { background-color: rgb(104,3,35); }

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

border-color css

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

 span { border-color: rgb(104,3,35); }

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