Html Css Color HEX #6C031F Burgundy

📋 copy color: '#6C031F'

red 108 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #6C031F

Tints of Burgundy #6C031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 76.06%
G = 2.11%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6C031F (or 0x6C031F) is known color: Burgundy. HEX triplet: 6C, 03 and 1F. RGB value is (108,3,31). Sum of RGB (Red+Green+Blue) = 108+3+31=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031F is #93FCE0. Grayscale: #252525. Windows color (decimal): -9698529 or 2032492. OLE color: 2032492.

HSL color Cylindrical-coordinate representation of color #6C031F: hue angle of 344º 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 #6C031F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 31 -
CMYK 0 0.97 0.71 0.58
HSL 344º 0.95% 0.22% -
HSV(B) 344º 0.97% 0.42% -
XYZ 6.46 3.35 1.6 -
YUV 37.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 108 3 31 0 0.97 0.71 0.58 344 0.95 0.22
Hex 6C 3 1F 0 61 47 3A 158 5F 16
Octal 154 3 37 0 141 107 72 530 137 26
Binary 1101100 11 11111 0 1100001 1000111 111010 101011000 1011111 10110

Color Harmonies of #6C031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C031F

Black with #6C031F

Text Example


Text Example

White with #6C031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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