Html Css Color HEX #6F0022 Burgundy

📋 copy color: '#6F0022'

red 111 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #6F0022

Tints of Burgundy #6F0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.45%

R = 76.55%
G = 0%
B = 23.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F0022 (or 0x6F0022) is known color: Burgundy. HEX triplet: 6F, 00 and 22. RGB value is (111,0,34). Sum of RGB (Red+Green+Blue) = 111+0+34=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0022 is #90FFDD. Grayscale: #252525. Windows color (decimal): -9502686 or 2228335. OLE color: 2228335.

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

Color convert

RGB 111 0 34 -
CMYK 0 1 0.69 0.56
HSL 341.62º 1% 0.22% -
HSV(B) 341.62º 1% 0.44% -
XYZ 6.84 3.5 1.83 -
YUV 37.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 111 0 34 0 1 0.69 0.56 341.62 1 0.22
Hex 6F 0 22 0 64 45 38 156 64 16
Octal 157 0 42 0 144 105 70 526 144 26
Binary 1101111 0 100010 0 1100100 1000101 111000 101010110 1100100 10110

Color Harmonies of #6F0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0022

Black with #6F0022

Text Example


Text Example

White with #6F0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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