Html Css Color HEX #68030F Burgundy

📋 copy color: '#68030F'

red 104 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #68030F

Tints of Burgundy #68030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 85.25%
G = 2.46%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68030F (or 0x68030F) is known color: Burgundy. HEX triplet: 68, 03 and 0F. RGB value is (104,3,15). Sum of RGB (Red+Green+Blue) = 104+3+15=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030F is #97FCF0. Grayscale: #222222. Windows color (decimal): -9960689 or 983912. OLE color: 983912.

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

Color convert

RGB 104 3 15 -
CMYK 0 0.97 0.86 0.59
HSL 352.87º 0.94% 0.21% -
HSV(B) 352.87º 0.97% 0.41% -
XYZ 5.83 3.04 0.73 -
YUV 34.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 104 3 15 0 0.97 0.86 0.59 352.87 0.94 0.21
Hex 68 3 F 0 61 56 3B 161 5E 15
Octal 150 3 17 0 141 126 73 541 136 25
Binary 1101000 11 1111 0 1100001 1010110 111011 101100001 1011110 10101

Color Harmonies of #68030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68030F

Black with #68030F

Text Example


Text Example

White with #68030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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