Html Css Color HEX #6F092B Burgundy

📋 copy color: '#6F092B'

red 111 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #6F092B

Tints of Burgundy #6F092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 68.1%
G = 5.52%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F092B (or 0x6F092B) is known color: Burgundy. HEX triplet: 6F, 09 and 2B. RGB value is (111,9,43). Sum of RGB (Red+Green+Blue) = 111+9+43=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F092B is #90F6D4. Grayscale: #2B2B2B. Windows color (decimal): -9500373 or 2820463. OLE color: 2820463.

HSL color Cylindrical-coordinate representation of color #6F092B: hue angle of 340º 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 #6F092B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 43 -
CMYK 0 0.92 0.61 0.56
HSL 340º 0.85% 0.24% -
HSV(B) 340º 0.92% 0.44% -
XYZ 7.09 3.75 2.64 -
YUV 43.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 111 9 43 0 0.92 0.61 0.56 340 0.85 0.24
Hex 6F 9 2B 0 5C 3D 38 154 55 18
Octal 157 11 53 0 134 75 70 524 125 30
Binary 1101111 1001 101011 0 1011100 111101 111000 101010100 1010101 11000

Color Harmonies of #6F092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F092B

Black with #6F092B

Text Example


Text Example

White with #6F092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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