Html Css Color HEX #6F0319 Burgundy

📋 copy color: '#6F0319'

red 111 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #6F0319

Tints of Burgundy #6F0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 25 (10.16% from 255) = 17.99%

R = 79.86%
G = 2.16%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F0319 (or 0x6F0319) is known color: Burgundy. HEX triplet: 6F, 03 and 19. RGB value is (111,3,25). Sum of RGB (Red+Green+Blue) = 111+3+25=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0319 is #90FCE6. Grayscale: #252525. Windows color (decimal): -9501927 or 1639279. OLE color: 1639279.

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

Color convert

RGB 111 3 25 -
CMYK 0 0.97 0.77 0.56
HSL 347.78º 0.95% 0.22% -
HSV(B) 347.78º 0.97% 0.44% -
XYZ 6.76 3.51 1.24 -
YUV 37.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 111 3 25 0 0.97 0.77 0.56 347.78 0.95 0.22
Hex 6F 3 19 0 61 4D 38 15C 5F 16
Octal 157 3 31 0 141 115 70 534 137 26
Binary 1101111 11 11001 0 1100001 1001101 111000 101011100 1011111 10110

Color Harmonies of #6F0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0319

Black with #6F0319

Text Example


Text Example

White with #6F0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,25); }

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

background-color css

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

 a { background-color: rgb(111,3,25); }

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

border-color css

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

 span { border-color: rgb(111,3,25); }

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