Html Css Color HEX #6F051C Burgundy

📋 copy color: '#6F051C'

red 111 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #6F051C

Tints of Burgundy #6F051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 77.08%
G = 3.47%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F051C (or 0x6F051C) is known color: Burgundy. HEX triplet: 6F, 05 and 1C. RGB value is (111,5,28). Sum of RGB (Red+Green+Blue) = 111+5+28=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F051C is #90FAE3. Grayscale: #272727. Windows color (decimal): -9501412 or 1836399. OLE color: 1836399.

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

Color convert

RGB 111 5 28 -
CMYK 0 0.95 0.75 0.56
HSL 346.98º 0.91% 0.23% -
HSV(B) 346.98º 0.95% 0.44% -
XYZ 6.82 3.57 1.43 -
YUV 39.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 111 5 28 0 0.95 0.75 0.56 346.98 0.91 0.23
Hex 6F 5 1C 0 5F 4B 38 15B 5B 17
Octal 157 5 34 0 137 113 70 533 133 27
Binary 1101111 101 11100 0 1011111 1001011 111000 101011011 1011011 10111

Color Harmonies of #6F051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F051C

Black with #6F051C

Text Example


Text Example

White with #6F051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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