Html Css Color HEX #680427 Burgundy

📋 copy color: '#680427'

red 104 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #680427

Tints of Burgundy #680427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 70.75%
G = 2.72%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#680427 (or 0x680427) is known color: Burgundy. HEX triplet: 68, 04 and 27. RGB value is (104,4,39). Sum of RGB (Red+Green+Blue) = 104+4+39=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680427 is #97FBD8. Grayscale: #252525. Windows color (decimal): -9960409 or 2557032. OLE color: 2557032.

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

Color convert

RGB 104 4 39 -
CMYK 0 0.96 0.62 0.59
HSL 339º 0.93% 0.21% -
HSV(B) 339º 0.96% 0.41% -
XYZ 6.12 3.18 2.21 -
YUV 37.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 104 4 39 0 0.96 0.62 0.59 339 0.93 0.21
Hex 68 4 27 0 60 3E 3B 153 5D 15
Octal 150 4 47 0 140 76 73 523 135 25
Binary 1101000 100 100111 0 1100000 111110 111011 101010011 1011101 10101

Color Harmonies of #680427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680427

Black with #680427

Text Example


Text Example

White with #680427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680427; }

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

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

background-color css

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

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

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

border-color css

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

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

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