Html Css Color HEX #6F032C Burgundy

📋 copy color: '#6F032C'

red 111 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #6F032C

Tints of Burgundy #6F032C

RGB

 RED value IS 111 (43.75% from 255) = 70.25%

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

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 70.25%
G = 1.9%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F032C (or 0x6F032C) is known color: Burgundy. HEX triplet: 6F, 03 and 2C. RGB value is (111,3,44). Sum of RGB (Red+Green+Blue) = 111+3+44=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F032C is #90FCD3. Grayscale: #272727. Windows color (decimal): -9501908 or 2884463. OLE color: 2884463.

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

Color convert

RGB 111 3 44 -
CMYK 0 0.97 0.60 0.56
HSL 337.22º 0.95% 0.22% -
HSV(B) 337.22º 0.97% 0.44% -
XYZ 7.04 3.63 2.71 -
YUV 39.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 111 3 44 0 0.97 0.60 0.56 337.22 0.95 0.22
Hex 6F 3 2C 0 61 3C 38 151 5F 16
Octal 157 3 54 0 141 74 70 521 137 26
Binary 1101111 11 101100 0 1100001 111100 111000 101010001 1011111 10110

Color Harmonies of #6F032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F032C

Black with #6F032C

Text Example


Text Example

White with #6F032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,44); }

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

background-color css

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

 a { background-color: rgb(111,3,44); }

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

border-color css

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

 span { border-color: rgb(111,3,44); }

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