Html Css Color HEX #6C030F Burgundy

📋 copy color: '#6C030F'

red 108 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #6C030F

Tints of Burgundy #6C030F

RGB

 RED value IS 108 (42.58% from 255) = 85.71%

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

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

R = 85.71%
G = 2.38%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6C030F (or 0x6C030F) is known color: Burgundy. HEX triplet: 6C, 03 and 0F. RGB value is (108,3,15). Sum of RGB (Red+Green+Blue) = 108+3+15=126 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.71% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 108 - color contains mainly: red. Hex color #6C030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C030F is #93FCF0. Grayscale: #232323. Windows color (decimal): -9698545 or 983916. OLE color: 983916.

HSL color Cylindrical-coordinate representation of color #6C030F: hue angle of 353.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C030F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 15 -
CMYK 0 0.97 0.86 0.58
HSL 353.14º 0.95% 0.22% -
HSV(B) 353.14º 0.97% 0.42% -
XYZ 6.3 3.29 0.75 -
YUV 35.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 108 3 15 0 0.97 0.86 0.58 353.14 0.95 0.22
Hex 6C 3 F 0 61 56 3A 161 5F 16
Octal 154 3 17 0 141 126 72 541 137 26
Binary 1101100 11 1111 0 1100001 1010110 111010 101100001 1011111 10110

Color Harmonies of #6C030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C030F

Black with #6C030F

Text Example


Text Example

White with #6C030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C030F; }

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

 H1.HeaderClassName
 {
   color: #6C030F;
 }
 .AnyTagClassName
 {
   color: #6C030F;
 }
</style>

background-color css

<style>
 a { background-color: #6C030F; }

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

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

border-color css

<style>
 span { border-color: #6C030F; }

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

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