Html Css Color HEX #68001F Burgundy

📋 copy color: '#68001F'

red 104 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #68001F

Tints of Burgundy #68001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 77.04%
G = 0%
B = 22.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68001F (or 0x68001F) is known color: Burgundy. HEX triplet: 68, 00 and 1F. RGB value is (104,0,31). Sum of RGB (Red+Green+Blue) = 104+0+31=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68001F is #97FFE0. Grayscale: #222222. Windows color (decimal): -9961441 or 2031720. OLE color: 2031720.

HSL color Cylindrical-coordinate representation of color #68001F: hue angle of 342.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68001F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 31 -
CMYK 0 1 0.70 0.59
HSL 342.12º 1% 0.2% -
HSV(B) 342.12º 1% 0.41% -
XYZ 5.96 3.04 1.57 -
YUV 34.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 104 0 31 0 1 0.70 0.59 342.12 1 0.2
Hex 68 0 1F 0 64 46 3B 156 64 14
Octal 150 0 37 0 144 106 73 526 144 24
Binary 1101000 0 11111 0 1100100 1000110 111011 101010110 1100100 10100

Color Harmonies of #68001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68001F

Black with #68001F

Text Example


Text Example

White with #68001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,0,31); }

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

background-color css

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

 a { background-color: rgb(104,0,31); }

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

border-color css

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

 span { border-color: rgb(104,0,31); }

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