Html Css Color HEX #6F030D Burgundy

📋 copy color: '#6F030D'

red 111 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #6F030D

Tints of Burgundy #6F030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 87.4%
G = 2.36%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F030D (or 0x6F030D) is known color: Burgundy. HEX triplet: 6F, 03 and 0D. RGB value is (111,3,13). Sum of RGB (Red+Green+Blue) = 111+3+13=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F030D is #90FCF2. Grayscale: #242424. Windows color (decimal): -9501939 or 852847. OLE color: 852847.

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

Color convert

RGB 111 3 13 -
CMYK 0 0.97 0.88 0.56
HSL 354.44º 0.95% 0.22% -
HSV(B) 354.44º 0.97% 0.44% -
XYZ 6.66 3.47 0.7 -
YUV 36.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 111 3 13 0 0.97 0.88 0.56 354.44 0.95 0.22
Hex 6F 3 D 0 61 58 38 162 5F 16
Octal 157 3 15 0 141 130 70 542 137 26
Binary 1101111 11 1101 0 1100001 1011000 111000 101100010 1011111 10110

Color Harmonies of #6F030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F030D

Black with #6F030D

Text Example


Text Example

White with #6F030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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