Html Css Color HEX #6F0312 Burgundy

📋 copy color: '#6F0312'

red 111 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #6F0312

Tints of Burgundy #6F0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 84.09%
G = 2.27%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0312 (or 0x6F0312) is known color: Burgundy. HEX triplet: 6F, 03 and 12. RGB value is (111,3,18). Sum of RGB (Red+Green+Blue) = 111+3+18=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0312 is #90FCED. Grayscale: #252525. Windows color (decimal): -9501934 or 1180527. OLE color: 1180527.

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

Color convert

RGB 111 3 18 -
CMYK 0 0.97 0.84 0.56
HSL 351.67º 0.95% 0.22% -
HSV(B) 351.67º 0.97% 0.44% -
XYZ 6.7 3.49 0.89 -
YUV 37 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 111 3 18 0 0.97 0.84 0.56 351.67 0.95 0.22
Hex 6F 3 12 0 61 54 38 160 5F 16
Octal 157 3 22 0 141 124 70 540 137 26
Binary 1101111 11 10010 0 1100001 1010100 111000 101100000 1011111 10110

Color Harmonies of #6F0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0312

Black with #6F0312

Text Example


Text Example

White with #6F0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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