Html Css Color HEX #6F0015 Burgundy

📋 copy color: '#6F0015'

red 111 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #6F0015

Tints of Burgundy #6F0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 84.09%
G = 0%
B = 15.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F0015 (or 0x6F0015) is known color: Burgundy. HEX triplet: 6F, 00 and 15. RGB value is (111,0,21). Sum of RGB (Red+Green+Blue) = 111+0+21=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0015 is #90FFEA. Grayscale: #232323. Windows color (decimal): -9502699 or 1376367. OLE color: 1376367.

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

Color convert

RGB 111 0 21 -
CMYK 0 1 0.81 0.56
HSL 348.65º 1% 0.22% -
HSV(B) 348.65º 1% 0.44% -
XYZ 6.69 3.43 1.02 -
YUV 35.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 111 0 21 0 1 0.81 0.56 348.65 1 0.22
Hex 6F 0 15 0 64 51 38 15D 64 16
Octal 157 0 25 0 144 121 70 535 144 26
Binary 1101111 0 10101 0 1100100 1010001 111000 101011101 1100100 10110

Color Harmonies of #6F0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0015

Black with #6F0015

Text Example


Text Example

White with #6F0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,21); }

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

background-color css

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

 a { background-color: rgb(111,0,21); }

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

border-color css

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

 span { border-color: rgb(111,0,21); }

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