Html Css Color HEX #6F0626 Burgundy

📋 copy color: '#6F0626'

red 111 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #6F0626

Tints of Burgundy #6F0626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 71.61%
G = 3.87%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F0626 (or 0x6F0626) is known color: Burgundy. HEX triplet: 6F, 06 and 26. RGB value is (111,6,38). Sum of RGB (Red+Green+Blue) = 111+6+38=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0626 is #90F9D9. Grayscale: #292929. Windows color (decimal): -9501146 or 2492015. OLE color: 2492015.

HSL color Cylindrical-coordinate representation of color #6F0626: hue angle of 341.71º 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 #6F0626 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 6 38 -
CMYK 0 0.95 0.66 0.56
HSL 341.71º 0.9% 0.23% -
HSV(B) 341.71º 0.95% 0.44% -
XYZ 6.97 3.65 2.17 -
YUV 41.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 111 6 38 0 0.95 0.66 0.56 341.71 0.9 0.23
Hex 6F 6 26 0 5F 42 38 156 5A 17
Octal 157 6 46 0 137 102 70 526 132 27
Binary 1101111 110 100110 0 1011111 1000010 111000 101010110 1011010 10111

Color Harmonies of #6F0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0626

Black with #6F0626

Text Example


Text Example

White with #6F0626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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