Html Css Color HEX #6F011D Burgundy

📋 copy color: '#6F011D'

red 111 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #6F011D

Tints of Burgundy #6F011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 78.72%
G = 0.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F011D (or 0x6F011D) is known color: Burgundy. HEX triplet: 6F, 01 and 1D. RGB value is (111,1,29). Sum of RGB (Red+Green+Blue) = 111+1+29=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F011D is #90FEE2. Grayscale: #252525. Windows color (decimal): -9502435 or 1900911. OLE color: 1900911.

HSL color Cylindrical-coordinate representation of color #6F011D: hue angle of 344.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F011D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 29 -
CMYK 0 0.99 0.74 0.56
HSL 344.73º 0.98% 0.22% -
HSV(B) 344.73º 0.99% 0.44% -
XYZ 6.79 3.49 1.48 -
YUV 37.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 111 1 29 0 0.99 0.74 0.56 344.73 0.98 0.22
Hex 6F 1 1D 0 63 4A 38 159 62 16
Octal 157 1 35 0 143 112 70 531 142 26
Binary 1101111 1 11101 0 1100011 1001010 111000 101011001 1100010 10110

Color Harmonies of #6F011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F011D

Black with #6F011D

Text Example


Text Example

White with #6F011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,29); }

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

background-color css

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

 a { background-color: rgb(111,1,29); }

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

border-color css

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

 span { border-color: rgb(111,1,29); }

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