Html Css Color HEX #68011F Burgundy

📋 copy color: '#68011F'

red 104 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #68011F

Tints of Burgundy #68011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 76.47%
G = 0.74%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68011F (or 0x68011F) is known color: Burgundy. HEX triplet: 68, 01 and 1F. RGB value is (104,1,31). Sum of RGB (Red+Green+Blue) = 104+1+31=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011F is #97FEE0. Grayscale: #232323. Windows color (decimal): -9961185 or 2031976. OLE color: 2031976.

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

Color convert

RGB 104 1 31 -
CMYK 0 0.99 0.70 0.59
HSL 342.52º 0.98% 0.21% -
HSV(B) 342.52º 0.99% 0.41% -
XYZ 5.97 3.06 1.57 -
YUV 35.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 104 1 31 0 0.99 0.70 0.59 342.52 0.98 0.21
Hex 68 1 1F 0 63 46 3B 157 62 15
Octal 150 1 37 0 143 106 73 527 142 25
Binary 1101000 1 11111 0 1100011 1000110 111011 101010111 1100010 10101

Color Harmonies of #68011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68011F

Black with #68011F

Text Example


Text Example

White with #68011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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