Html Css Color HEX #6F042B Burgundy

📋 copy color: '#6F042B'

red 111 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #6F042B

Tints of Burgundy #6F042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 70.25%
G = 2.53%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F042B (or 0x6F042B) is known color: Burgundy. HEX triplet: 6F, 04 and 2B. RGB value is (111,4,43). Sum of RGB (Red+Green+Blue) = 111+4+43=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F042B is #90FBD4. Grayscale: #282828. Windows color (decimal): -9501653 or 2819183. OLE color: 2819183.

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

Color convert

RGB 111 4 43 -
CMYK 0 0.96 0.61 0.56
HSL 338.13º 0.93% 0.23% -
HSV(B) 338.13º 0.96% 0.44% -
XYZ 7.04 3.64 2.62 -
YUV 40.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 111 4 43 0 0.96 0.61 0.56 338.13 0.93 0.23
Hex 6F 4 2B 0 60 3D 38 152 5D 17
Octal 157 4 53 0 140 75 70 522 135 27
Binary 1101111 100 101011 0 1100000 111101 111000 101010010 1011101 10111

Color Harmonies of #6F042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F042B

Black with #6F042B

Text Example


Text Example

White with #6F042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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