Html Css Color HEX #6F052B Burgundy

📋 copy color: '#6F052B'

red 111 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #6F052B

Tints of Burgundy #6F052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 69.81%
G = 3.14%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F052B (or 0x6F052B) is known color: Burgundy. HEX triplet: 6F, 05 and 2B. RGB value is (111,5,43). Sum of RGB (Red+Green+Blue) = 111+5+43=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F052B is #90FAD4. Grayscale: #282828. Windows color (decimal): -9501397 or 2819439. OLE color: 2819439.

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

Color convert

RGB 111 5 43 -
CMYK 0 0.95 0.61 0.56
HSL 338.49º 0.91% 0.23% -
HSV(B) 338.49º 0.95% 0.44% -
XYZ 7.05 3.66 2.62 -
YUV 41.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 111 5 43 0 0.95 0.61 0.56 338.49 0.91 0.23
Hex 6F 5 2B 0 5F 3D 38 152 5B 17
Octal 157 5 53 0 137 75 70 522 133 27
Binary 1101111 101 101011 0 1011111 111101 111000 101010010 1011011 10111

Color Harmonies of #6F052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F052B

Black with #6F052B

Text Example


Text Example

White with #6F052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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