Html Css Color HEX #6F0522 Burgundy

📋 copy color: '#6F0522'

red 111 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #6F0522

Tints of Burgundy #6F0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 74%
G = 3.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F0522 (or 0x6F0522) is known color: Burgundy. HEX triplet: 6F, 05 and 22. RGB value is (111,5,34). Sum of RGB (Red+Green+Blue) = 111+5+34=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0522 is #90FADD. Grayscale: #272727. Windows color (decimal): -9501406 or 2229615. OLE color: 2229615.

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

Color convert

RGB 111 5 34 -
CMYK 0 0.95 0.69 0.56
HSL 343.58º 0.91% 0.23% -
HSV(B) 343.58º 0.95% 0.44% -
XYZ 6.9 3.6 1.85 -
YUV 40 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 111 5 34 0 0.95 0.69 0.56 343.58 0.91 0.23
Hex 6F 5 22 0 5F 45 38 158 5B 17
Octal 157 5 42 0 137 105 70 530 133 27
Binary 1101111 101 100010 0 1011111 1000101 111000 101011000 1011011 10111

Color Harmonies of #6F0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0522

Black with #6F0522

Text Example


Text Example

White with #6F0522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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