Html Css Color HEX #6F0A2B Burgundy

📋 copy color: '#6F0A2B'

red 111 ◦ green 10 ◦ blue 43

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

Shades of Burgundy #6F0A2B

Tints of Burgundy #6F0A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.1%

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

R = 67.68%
G = 6.1%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F0A2B (or 0x6F0A2B) is known color: Burgundy. HEX triplet: 6F, 0A and 2B. RGB value is (111,10,43). Sum of RGB (Red+Green+Blue) = 111+10+43=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A2B is #90F5D4. Grayscale: #2B2B2B. Windows color (decimal): -9500117 or 2820719. OLE color: 2820719.

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

Color convert

RGB 111 10 43 -
CMYK 0 0.91 0.61 0.56
HSL 340.4º 0.83% 0.24% -
HSV(B) 340.4º 0.91% 0.44% -
XYZ 7.1 3.77 2.64 -
YUV 43.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 111 10 43 0 0.91 0.61 0.56 340.4 0.83 0.24
Hex 6F A 2B 0 5B 3D 38 154 53 18
Octal 157 12 53 0 133 75 70 524 123 30
Binary 1101111 1010 101011 0 1011011 111101 111000 101010100 1010011 11000

Color Harmonies of #6F0A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A2B

Black with #6F0A2B

Text Example


Text Example

White with #6F0A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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