Html Css Color HEX #6F032A Burgundy

📋 copy color: '#6F032A'

red 111 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #6F032A

Tints of Burgundy #6F032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 71.15%
G = 1.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F032A (or 0x6F032A) is known color: Burgundy. HEX triplet: 6F, 03 and 2A. RGB value is (111,3,42). Sum of RGB (Red+Green+Blue) = 111+3+42=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F032A is #90FCD5. Grayscale: #272727. Windows color (decimal): -9501910 or 2753391. OLE color: 2753391.

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

Color convert

RGB 111 3 42 -
CMYK 0 0.97 0.62 0.56
HSL 338.33º 0.95% 0.22% -
HSV(B) 338.33º 0.97% 0.44% -
XYZ 7.01 3.61 2.52 -
YUV 39.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 111 3 42 0 0.97 0.62 0.56 338.33 0.95 0.22
Hex 6F 3 2A 0 61 3E 38 152 5F 16
Octal 157 3 52 0 141 76 70 522 137 26
Binary 1101111 11 101010 0 1100001 111110 111000 101010010 1011111 10110

Color Harmonies of #6F032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F032A

Black with #6F032A

Text Example


Text Example

White with #6F032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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