Html Css Color HEX #6F0527 Burgundy

📋 copy color: '#6F0527'

red 111 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #6F0527

Tints of Burgundy #6F0527

RGB

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

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

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

R = 71.61%
G = 3.23%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F0527 (or 0x6F0527) is known color: Burgundy. HEX triplet: 6F, 05 and 27. RGB value is (111,5,39). Sum of RGB (Red+Green+Blue) = 111+5+39=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0527 is #90FAD8. Grayscale: #282828. Windows color (decimal): -9501401 or 2557295. OLE color: 2557295.

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

Color convert

RGB 111 5 39 -
CMYK 0 0.95 0.65 0.56
HSL 340.75º 0.91% 0.23% -
HSV(B) 340.75º 0.95% 0.44% -
XYZ 6.98 3.63 2.25 -
YUV 40.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 111 5 39 0 0.95 0.65 0.56 340.75 0.91 0.23
Hex 6F 5 27 0 5F 41 38 155 5B 17
Octal 157 5 47 0 137 101 70 525 133 27
Binary 1101111 101 100111 0 1011111 1000001 111000 101010101 1011011 10111

Color Harmonies of #6F0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0527

Black with #6F0527

Text Example


Text Example

White with #6F0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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