Html Css Color HEX #68030B Burgundy

📋 copy color: '#68030B'

red 104 ◦ green 3 ◦ blue 11

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

Shades of Burgundy #68030B

Tints of Burgundy #68030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.32%

R = 88.14%
G = 2.54%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68030B (or 0x68030B) is known color: Burgundy. HEX triplet: 68, 03 and 0B. RGB value is (104,3,11). Sum of RGB (Red+Green+Blue) = 104+3+11=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #68030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030B is #97FCF4. Grayscale: #222222. Windows color (decimal): -9960693 or 721768. OLE color: 721768.

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

Color convert

RGB 104 3 11 -
CMYK 0 0.97 0.89 0.59
HSL 355.25º 0.94% 0.21% -
HSV(B) 355.25º 0.97% 0.41% -
XYZ 5.8 3.03 0.6 -
YUV 34.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 104 3 11 0 0.97 0.89 0.59 355.25 0.94 0.21
Hex 68 3 B 0 61 59 3B 163 5E 15
Octal 150 3 13 0 141 131 73 543 136 25
Binary 1101000 11 1011 0 1100001 1011001 111011 101100011 1011110 10101

Color Harmonies of #68030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68030B

Black with #68030B

Text Example


Text Example

White with #68030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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