Html Css Color HEX #6F031F Burgundy

📋 copy color: '#6F031F'

red 111 ◦ green 3 ◦ blue 31

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

Shades of Burgundy #6F031F

Tints of Burgundy #6F031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 76.55%
G = 2.07%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F031F (or 0x6F031F) is known color: Burgundy. HEX triplet: 6F, 03 and 1F. RGB value is (111,3,31). Sum of RGB (Red+Green+Blue) = 111+3+31=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F031F is #90FCE0. Grayscale: #262626. Windows color (decimal): -9501921 or 2032495. OLE color: 2032495.

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

Color convert

RGB 111 3 31 -
CMYK 0 0.97 0.72 0.56
HSL 344.44º 0.95% 0.22% -
HSV(B) 344.44º 0.97% 0.44% -
XYZ 6.84 3.54 1.62 -
YUV 38.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 111 3 31 0 0.97 0.72 0.56 344.44 0.95 0.22
Hex 6F 3 1F 0 61 48 38 158 5F 16
Octal 157 3 37 0 141 110 70 530 137 26
Binary 1101111 11 11111 0 1100001 1001000 111000 101011000 1011111 10110

Color Harmonies of #6F031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F031F

Black with #6F031F

Text Example


Text Example

White with #6F031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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