Html Css Color HEX #68031B Burgundy

📋 copy color: '#68031B'

red 104 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #68031B

Tints of Burgundy #68031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 77.61%
G = 2.24%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68031B (or 0x68031B) is known color: Burgundy. HEX triplet: 68, 03 and 1B. RGB value is (104,3,27). Sum of RGB (Red+Green+Blue) = 104+3+27=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031B is #97FCE4. Grayscale: #232323. Windows color (decimal): -9960677 or 1770344. OLE color: 1770344.

HSL color Cylindrical-coordinate representation of color #68031B: hue angle of 345.74º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68031B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 27 -
CMYK 0 0.97 0.74 0.59
HSL 345.74º 0.94% 0.21% -
HSV(B) 345.74º 0.97% 0.41% -
XYZ 5.94 3.09 1.32 -
YUV 35.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 104 3 27 0 0.97 0.74 0.59 345.74 0.94 0.21
Hex 68 3 1B 0 61 4A 3B 15A 5E 15
Octal 150 3 33 0 141 112 73 532 136 25
Binary 1101000 11 11011 0 1100001 1001010 111011 101011010 1011110 10101

Color Harmonies of #68031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68031B

Black with #68031B

Text Example


Text Example

White with #68031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68031B; }

 p { color: rgb(104,3,27); }

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

background-color css

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

 a { background-color: rgb(104,3,27); }

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

border-color css

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

 span { border-color: rgb(104,3,27); }

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