Html Css Color HEX #68030D Burgundy

📋 copy color: '#68030D'

red 104 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #68030D

Tints of Burgundy #68030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.83%

R = 86.67%
G = 2.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68030D (or 0x68030D) is known color: Burgundy. HEX triplet: 68, 03 and 0D. RGB value is (104,3,13). Sum of RGB (Red+Green+Blue) = 104+3+13=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030D is #97FCF2. Grayscale: #222222. Windows color (decimal): -9960691 or 852840. OLE color: 852840.

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

Color convert

RGB 104 3 13 -
CMYK 0 0.97 0.88 0.59
HSL 354.06º 0.94% 0.21% -
HSV(B) 354.06º 0.97% 0.41% -
XYZ 5.81 3.04 0.66 -
YUV 34.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 104 3 13 0 0.97 0.88 0.59 354.06 0.94 0.21
Hex 68 3 D 0 61 58 3B 162 5E 15
Octal 150 3 15 0 141 130 73 542 136 25
Binary 1101000 11 1101 0 1100001 1011000 111011 101100010 1011110 10101

Color Harmonies of #68030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68030D

Black with #68030D

Text Example


Text Example

White with #68030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68030D; }

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

 H1.HeaderClassName
 {
   color: #68030D;
 }
 .AnyTagClassName
 {
   color: #68030D;
 }
</style>

background-color css

<style>
 a { background-color: #68030D; }

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

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

border-color css

<style>
 span { border-color: #68030D; }

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

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