Html Css Color HEX #6F0529 Burgundy

📋 copy color: '#6F0529'

red 111 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #6F0529

Tints of Burgundy #6F0529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 70.7%
G = 3.18%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F0529 (or 0x6F0529) is known color: Burgundy. HEX triplet: 6F, 05 and 29. RGB value is (111,5,41). Sum of RGB (Red+Green+Blue) = 111+5+41=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0529 is #90FAD6. Grayscale: #282828. Windows color (decimal): -9501399 or 2688367. OLE color: 2688367.

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

Color convert

RGB 111 5 41 -
CMYK 0 0.95 0.63 0.56
HSL 339.62º 0.91% 0.23% -
HSV(B) 339.62º 0.95% 0.44% -
XYZ 7.01 3.65 2.43 -
YUV 40.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 111 5 41 0 0.95 0.63 0.56 339.62 0.91 0.23
Hex 6F 5 29 0 5F 3F 38 154 5B 17
Octal 157 5 51 0 137 77 70 524 133 27
Binary 1101111 101 101001 0 1011111 111111 111000 101010100 1011011 10111

Color Harmonies of #6F0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0529

Black with #6F0529

Text Example


Text Example

White with #6F0529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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