Html Css Color HEX #68040F Burgundy

📋 copy color: '#68040F'

red 104 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #68040F

Tints of Burgundy #68040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.2%

R = 84.55%
G = 3.25%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68040F (or 0x68040F) is known color: Burgundy. HEX triplet: 68, 04 and 0F. RGB value is (104,4,15). Sum of RGB (Red+Green+Blue) = 104+4+15=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68040F is #97FBF0. Grayscale: #232323. Windows color (decimal): -9960433 or 984168. OLE color: 984168.

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

Color convert

RGB 104 4 15 -
CMYK 0 0.96 0.86 0.59
HSL 353.4º 0.93% 0.21% -
HSV(B) 353.4º 0.96% 0.41% -
XYZ 5.84 3.06 0.74 -
YUV 35.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 104 4 15 0 0.96 0.86 0.59 353.4 0.93 0.21
Hex 68 4 F 0 60 56 3B 161 5D 15
Octal 150 4 17 0 140 126 73 541 135 25
Binary 1101000 100 1111 0 1100000 1010110 111011 101100001 1011101 10101

Color Harmonies of #68040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68040F

Black with #68040F

Text Example


Text Example

White with #68040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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