Html Css Color HEX #6F0818 Burgundy

📋 copy color: '#6F0818'

red 111 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #6F0818

Tints of Burgundy #6F0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 77.62%
G = 5.59%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F0818 (or 0x6F0818) is known color: Burgundy. HEX triplet: 6F, 08 and 18. RGB value is (111,8,24). Sum of RGB (Red+Green+Blue) = 111+8+24=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0818 is #90F7E7. Grayscale: #282828. Windows color (decimal): -9500648 or 1575023. OLE color: 1575023.

HSL color Cylindrical-coordinate representation of color #6F0818: hue angle of 350.68º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0818 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 24 -
CMYK 0 0.93 0.78 0.56
HSL 350.68º 0.87% 0.23% -
HSV(B) 350.68º 0.93% 0.44% -
XYZ 6.81 3.62 1.2 -
YUV 40.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 111 8 24 0 0.93 0.78 0.56 350.68 0.87 0.23
Hex 6F 8 18 0 5D 4E 38 15F 57 17
Octal 157 10 30 0 135 116 70 537 127 27
Binary 1101111 1000 11000 0 1011101 1001110 111000 101011111 1010111 10111

Color Harmonies of #6F0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0818

Black with #6F0818

Text Example


Text Example

White with #6F0818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,24); }

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

background-color css

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

 a { background-color: rgb(111,8,24); }

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

border-color css

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

 span { border-color: rgb(111,8,24); }

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