Html Css Color HEX #6F0027 Burgundy

📋 copy color: '#6F0027'

red 111 ◦ green 0 ◦ blue 39

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

Shades of Burgundy #6F0027

Tints of Burgundy #6F0027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26%

R = 74%
G = 0%
B = 26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F0027 (or 0x6F0027) is known color: Burgundy. HEX triplet: 6F, 00 and 27. RGB value is (111,0,39). Sum of RGB (Red+Green+Blue) = 111+0+39=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0027 is #90FFD8. Grayscale: #252525. Windows color (decimal): -9502681 or 2556015. OLE color: 2556015.

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

Color convert

RGB 111 0 39 -
CMYK 0 1 0.65 0.56
HSL 338.92º 1% 0.22% -
HSV(B) 338.92º 1% 0.44% -
XYZ 6.92 3.53 2.24 -
YUV 37.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 111 0 39 0 1 0.65 0.56 338.92 1 0.22
Hex 6F 0 27 0 64 41 38 153 64 16
Octal 157 0 47 0 144 101 70 523 144 26
Binary 1101111 0 100111 0 1100100 1000001 111000 101010011 1100100 10110

Color Harmonies of #6F0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0027

Black with #6F0027

Text Example


Text Example

White with #6F0027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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