Html Css Color HEX #6C021F Burgundy

📋 copy color: '#6C021F'

red 108 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #6C021F

Tints of Burgundy #6C021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 76.6%
G = 1.42%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6C021F (or 0x6C021F) is known color: Burgundy. HEX triplet: 6C, 02 and 1F. RGB value is (108,2,31). Sum of RGB (Red+Green+Blue) = 108+2+31=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021F is #93FDE0. Grayscale: #242424. Windows color (decimal): -9698785 or 2032236. OLE color: 2032236.

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

Color convert

RGB 108 2 31 -
CMYK 0 0.98 0.71 0.58
HSL 343.58º 0.96% 0.22% -
HSV(B) 343.58º 0.98% 0.42% -
XYZ 6.45 3.33 1.6 -
YUV 37 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 108 2 31 0 0.98 0.71 0.58 343.58 0.96 0.22
Hex 6C 2 1F 0 62 47 3A 158 60 16
Octal 154 2 37 0 142 107 72 530 140 26
Binary 1101100 10 11111 0 1100010 1000111 111010 101011000 1100000 10110

Color Harmonies of #6C021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C021F

Black with #6C021F

Text Example


Text Example

White with #6C021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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