Html Css Color HEX #6F062C Burgundy

📋 copy color: '#6F062C'

red 111 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #6F062C

Tints of Burgundy #6F062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 68.94%
G = 3.73%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F062C (or 0x6F062C) is known color: Burgundy. HEX triplet: 6F, 06 and 2C. RGB value is (111,6,44). Sum of RGB (Red+Green+Blue) = 111+6+44=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F062C is #90F9D3. Grayscale: #292929. Windows color (decimal): -9501140 or 2885231. OLE color: 2885231.

HSL color Cylindrical-coordinate representation of color #6F062C: hue angle of 338.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F062C is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 6 44 -
CMYK 0 0.95 0.60 0.56
HSL 338.29º 0.9% 0.23% -
HSV(B) 338.29º 0.95% 0.44% -
XYZ 7.08 3.69 2.72 -
YUV 41.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 111 6 44 0 0.95 0.60 0.56 338.29 0.9 0.23
Hex 6F 6 2C 0 5F 3C 38 152 5A 17
Octal 157 6 54 0 137 74 70 522 132 27
Binary 1101111 110 101100 0 1011111 111100 111000 101010010 1011010 10111

Color Harmonies of #6F062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F062C

Black with #6F062C

Text Example


Text Example

White with #6F062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,44); }

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

background-color css

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

 a { background-color: rgb(111,6,44); }

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

border-color css

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

 span { border-color: rgb(111,6,44); }

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