Html Css Color HEX #68031C Burgundy

📋 copy color: '#68031C'

red 104 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #68031C

Tints of Burgundy #68031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 77.04%
G = 2.22%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68031C (or 0x68031C) is known color: Burgundy. HEX triplet: 68, 03 and 1C. RGB value is (104,3,28). Sum of RGB (Red+Green+Blue) = 104+3+28=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031C is #97FCE3. Grayscale: #242424. Windows color (decimal): -9960676 or 1835880. OLE color: 1835880.

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

Color convert

RGB 104 3 28 -
CMYK 0 0.97 0.73 0.59
HSL 345.15º 0.94% 0.21% -
HSV(B) 345.15º 0.97% 0.41% -
XYZ 5.95 3.09 1.38 -
YUV 36.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 104 3 28 0 0.97 0.73 0.59 345.15 0.94 0.21
Hex 68 3 1C 0 61 49 3B 159 5E 15
Octal 150 3 34 0 141 111 73 531 136 25
Binary 1101000 11 11100 0 1100001 1001001 111011 101011001 1011110 10101

Color Harmonies of #68031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68031C

Black with #68031C

Text Example


Text Example

White with #68031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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