Html Css Color HEX #680423 Burgundy

📋 copy color: '#680423'

red 104 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #680423

Tints of Burgundy #680423

RGB

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

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

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

R = 72.73%
G = 2.8%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680423 (or 0x680423) is known color: Burgundy. HEX triplet: 68, 04 and 23. RGB value is (104,4,35). Sum of RGB (Red+Green+Blue) = 104+4+35=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680423 is #97FBDC. Grayscale: #252525. Windows color (decimal): -9960413 or 2294888. OLE color: 2294888.

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

Color convert

RGB 104 4 35 -
CMYK 0 0.96 0.66 0.59
HSL 341.4º 0.93% 0.21% -
HSV(B) 341.4º 0.96% 0.41% -
XYZ 6.06 3.15 1.88 -
YUV 37.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 104 4 35 0 0.96 0.66 0.59 341.4 0.93 0.21
Hex 68 4 23 0 60 42 3B 155 5D 15
Octal 150 4 43 0 140 102 73 525 135 25
Binary 1101000 100 100011 0 1100000 1000010 111011 101010101 1011101 10101

Color Harmonies of #680423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680423

Black with #680423

Text Example


Text Example

White with #680423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680423; }

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

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

background-color css

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

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

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

border-color css

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

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

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