Html Css Color HEX #6F030F Burgundy

📋 copy color: '#6F030F'

red 111 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #6F030F

Tints of Burgundy #6F030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 86.05%
G = 2.33%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F030F (or 0x6F030F) is known color: Burgundy. HEX triplet: 6F, 03 and 0F. RGB value is (111,3,15). Sum of RGB (Red+Green+Blue) = 111+3+15=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F030F is #90FCF0. Grayscale: #242424. Windows color (decimal): -9501937 or 983919. OLE color: 983919.

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

Color convert

RGB 111 3 15 -
CMYK 0 0.97 0.86 0.56
HSL 353.33º 0.95% 0.22% -
HSV(B) 353.33º 0.97% 0.44% -
XYZ 6.67 3.48 0.77 -
YUV 36.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 111 3 15 0 0.97 0.86 0.56 353.33 0.95 0.22
Hex 6F 3 F 0 61 56 38 161 5F 16
Octal 157 3 17 0 141 126 70 541 137 26
Binary 1101111 11 1111 0 1100001 1010110 111000 101100001 1011111 10110

Color Harmonies of #6F030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F030F

Black with #6F030F

Text Example


Text Example

White with #6F030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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