Html Css Color HEX #6F0315 Burgundy

📋 copy color: '#6F0315'

red 111 ◦ green 3 ◦ blue 21

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

Shades of Burgundy #6F0315

Tints of Burgundy #6F0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 82.22%
G = 2.22%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F0315 (or 0x6F0315) is known color: Burgundy. HEX triplet: 6F, 03 and 15. RGB value is (111,3,21). Sum of RGB (Red+Green+Blue) = 111+3+21=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0315 is #90FCEA. Grayscale: #252525. Windows color (decimal): -9501931 or 1377135. OLE color: 1377135.

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

Color convert

RGB 111 3 21 -
CMYK 0 0.97 0.81 0.56
HSL 350º 0.95% 0.22% -
HSV(B) 350º 0.97% 0.44% -
XYZ 6.72 3.5 1.03 -
YUV 37.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 111 3 21 0 0.97 0.81 0.56 350 0.95 0.22
Hex 6F 3 15 0 61 51 38 15E 5F 16
Octal 157 3 25 0 141 121 70 536 137 26
Binary 1101111 11 10101 0 1100001 1010001 111000 101011110 1011111 10110

Color Harmonies of #6F0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0315

Black with #6F0315

Text Example


Text Example

White with #6F0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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