Html Css Color HEX #6F0509 Burgundy

📋 copy color: '#6F0509'

red 111 ◦ green 5 ◦ blue 9

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

Shades of Burgundy #6F0509

Tints of Burgundy #6F0509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 88.8%
G = 4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0509 (or 0x6F0509) is known color: Burgundy. HEX triplet: 6F, 05 and 09. RGB value is (111,5,9). Sum of RGB (Red+Green+Blue) = 111+5+9=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0509 is #90FAF6. Grayscale: #252525. Windows color (decimal): -9501431 or 591215. OLE color: 591215.

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

Color convert

RGB 111 5 9 -
CMYK 0 0.95 0.92 0.56
HSL 357.74º 0.91% 0.23% -
HSV(B) 357.74º 0.95% 0.44% -
XYZ 6.66 3.51 0.58 -
YUV 37.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 111 5 9 0 0.95 0.92 0.56 357.74 0.91 0.23
Hex 6F 5 9 0 5F 5C 38 166 5B 17
Octal 157 5 11 0 137 134 70 546 133 27
Binary 1101111 101 1001 0 1011111 1011100 111000 101100110 1011011 10111

Color Harmonies of #6F0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0509

Black with #6F0509

Text Example


Text Example

White with #6F0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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