Html Css Color HEX #68031A Burgundy

📋 copy color: '#68031A'

red 104 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #68031A

Tints of Burgundy #68031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 78.2%
G = 2.26%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68031A (or 0x68031A) is known color: Burgundy. HEX triplet: 68, 03 and 1A. RGB value is (104,3,26). Sum of RGB (Red+Green+Blue) = 104+3+26=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031A is #97FCE5. Grayscale: #232323. Windows color (decimal): -9960678 or 1704808. OLE color: 1704808.

HSL color Cylindrical-coordinate representation of color #68031A: hue angle of 346.34º 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 #68031A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 26 -
CMYK 0 0.97 0.75 0.59
HSL 346.34º 0.94% 0.21% -
HSV(B) 346.34º 0.97% 0.41% -
XYZ 5.93 3.08 1.26 -
YUV 35.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 104 3 26 0 0.97 0.75 0.59 346.34 0.94 0.21
Hex 68 3 1A 0 61 4B 3B 15A 5E 15
Octal 150 3 32 0 141 113 73 532 136 25
Binary 1101000 11 11010 0 1100001 1001011 111011 101011010 1011110 10101

Color Harmonies of #68031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68031A

Black with #68031A

Text Example


Text Example

White with #68031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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