Html Css Color HEX #6F0318 Burgundy

📋 copy color: '#6F0318'

red 111 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #6F0318

Tints of Burgundy #6F0318

RGB

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

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

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

R = 80.43%
G = 2.17%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F0318 (or 0x6F0318) is known color: Burgundy. HEX triplet: 6F, 03 and 18. RGB value is (111,3,24). Sum of RGB (Red+Green+Blue) = 111+3+24=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0318 is #90FCE7. Grayscale: #252525. Windows color (decimal): -9501928 or 1573743. OLE color: 1573743.

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

Color convert

RGB 111 3 24 -
CMYK 0 0.97 0.78 0.56
HSL 348.33º 0.95% 0.22% -
HSV(B) 348.33º 0.97% 0.44% -
XYZ 6.75 3.51 1.19 -
YUV 37.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 111 3 24 0 0.97 0.78 0.56 348.33 0.95 0.22
Hex 6F 3 18 0 61 4E 38 15C 5F 16
Octal 157 3 30 0 141 116 70 534 137 26
Binary 1101111 11 11000 0 1100001 1001110 111000 101011100 1011111 10110

Color Harmonies of #6F0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0318

Black with #6F0318

Text Example


Text Example

White with #6F0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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