Html Css Color HEX #6F0526 Burgundy

📋 copy color: '#6F0526'

red 111 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #6F0526

Tints of Burgundy #6F0526

RGB

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

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

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

R = 72.08%
G = 3.25%
B = 24.68%

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

#6F0526 (or 0x6F0526) is known color: Burgundy. HEX triplet: 6F, 05 and 26. RGB value is (111,5,38). Sum of RGB (Red+Green+Blue) = 111+5+38=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0526 is #90FAD9. Grayscale: #282828. Windows color (decimal): -9501402 or 2491759. OLE color: 2491759.

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

Color convert

RGB 111 5 38 -
CMYK 0 0.95 0.66 0.56
HSL 341.32º 0.91% 0.23% -
HSV(B) 341.32º 0.95% 0.44% -
XYZ 6.96 3.63 2.17 -
YUV 40.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 111 5 38 0 0.95 0.66 0.56 341.32 0.91 0.23
Hex 6F 5 26 0 5F 42 38 155 5B 17
Octal 157 5 46 0 137 102 70 525 133 27
Binary 1101111 101 100110 0 1011111 1000010 111000 101010101 1011011 10111

Color Harmonies of #6F0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0526

Black with #6F0526

Text Example


Text Example

White with #6F0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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