Html Css Color HEX #6F092C Burgundy

📋 copy color: '#6F092C'

red 111 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #6F092C

Tints of Burgundy #6F092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

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

R = 67.68%
G = 5.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F092C (or 0x6F092C) is known color: Burgundy. HEX triplet: 6F, 09 and 2C. RGB value is (111,9,44). Sum of RGB (Red+Green+Blue) = 111+9+44=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F092C is #90F6D3. Grayscale: #2B2B2B. Windows color (decimal): -9500372 or 2885999. OLE color: 2885999.

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

Color convert

RGB 111 9 44 -
CMYK 0 0.92 0.60 0.56
HSL 339.41º 0.85% 0.24% -
HSV(B) 339.41º 0.92% 0.44% -
XYZ 7.11 3.76 2.73 -
YUV 43.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 111 9 44 0 0.92 0.60 0.56 339.41 0.85 0.24
Hex 6F 9 2C 0 5C 3C 38 153 55 18
Octal 157 11 54 0 134 74 70 523 125 30
Binary 1101111 1001 101100 0 1011100 111100 111000 101010011 1010101 11000

Color Harmonies of #6F092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F092C

Black with #6F092C

Text Example


Text Example

White with #6F092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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