Html Css Color HEX #6F0026 Burgundy

📋 copy color: '#6F0026'

red 111 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #6F0026

Tints of Burgundy #6F0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.5%
G = 0%
B = 25.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#6F0026 (or 0x6F0026) is known color: Burgundy. HEX triplet: 6F, 00 and 26. RGB value is (111,0,38). Sum of RGB (Red+Green+Blue) = 111+0+38=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0026 is #90FFD9. Grayscale: #252525. Windows color (decimal): -9502682 or 2490479. OLE color: 2490479.

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

Color convert

RGB 111 0 38 -
CMYK 0 1 0.66 0.56
HSL 339.46º 1% 0.22% -
HSV(B) 339.46º 1% 0.44% -
XYZ 6.91 3.52 2.15 -
YUV 37.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 111 0 38 0 1 0.66 0.56 339.46 1 0.22
Hex 6F 0 26 0 64 42 38 153 64 16
Octal 157 0 46 0 144 102 70 523 144 26
Binary 1101111 0 100110 0 1100100 1000010 111000 101010011 1100100 10110

Color Harmonies of #6F0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0026

Black with #6F0026

Text Example


Text Example

White with #6F0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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