Html Css Color HEX #6F0129 Burgundy

📋 copy color: '#6F0129'

red 111 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #6F0129

Tints of Burgundy #6F0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 72.55%
G = 0.65%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F0129 (or 0x6F0129) is known color: Burgundy. HEX triplet: 6F, 01 and 29. RGB value is (111,1,41). Sum of RGB (Red+Green+Blue) = 111+1+41=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0129 is #90FED6. Grayscale: #262626. Windows color (decimal): -9502423 or 2687343. OLE color: 2687343.

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

Color convert

RGB 111 1 41 -
CMYK 0 0.99 0.63 0.56
HSL 338.18º 0.98% 0.22% -
HSV(B) 338.18º 0.99% 0.44% -
XYZ 6.97 3.56 2.42 -
YUV 38.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 111 1 41 0 0.99 0.63 0.56 338.18 0.98 0.22
Hex 6F 1 29 0 63 3F 38 152 62 16
Octal 157 1 51 0 143 77 70 522 142 26
Binary 1101111 1 101001 0 1100011 111111 111000 101010010 1100010 10110

Color Harmonies of #6F0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0129

Black with #6F0129

Text Example


Text Example

White with #6F0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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