Html Css Color HEX #6F0229 Burgundy

📋 copy color: '#6F0229'

red 111 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #6F0229

Tints of Burgundy #6F0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 72.08%
G = 1.3%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F0229 (or 0x6F0229) is known color: Burgundy. HEX triplet: 6F, 02 and 29. RGB value is (111,2,41). Sum of RGB (Red+Green+Blue) = 111+2+41=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0229 is #90FDD6. Grayscale: #262626. Windows color (decimal): -9502167 or 2687599. OLE color: 2687599.

HSL color Cylindrical-coordinate representation of color #6F0229: hue angle of 338.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0229 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 2 41 -
CMYK 0 0.98 0.63 0.56
HSL 338.53º 0.96% 0.22% -
HSV(B) 338.53º 0.98% 0.44% -
XYZ 6.98 3.58 2.42 -
YUV 39.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 111 2 41 0 0.98 0.63 0.56 338.53 0.96 0.22
Hex 6F 2 29 0 62 3F 38 153 60 16
Octal 157 2 51 0 142 77 70 523 140 26
Binary 1101111 10 101001 0 1100010 111111 111000 101010011 1100000 10110

Color Harmonies of #6F0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0229

Black with #6F0229

Text Example


Text Example

White with #6F0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,41); }

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

background-color css

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

 a { background-color: rgb(111,2,41); }

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

border-color css

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

 span { border-color: rgb(111,2,41); }

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