Html Css Color HEX #6F0524 Burgundy

📋 copy color: '#6F0524'

red 111 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #6F0524

Tints of Burgundy #6F0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 73.03%
G = 3.29%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0524 (or 0x6F0524) is known color: Burgundy. HEX triplet: 6F, 05 and 24. RGB value is (111,5,36). Sum of RGB (Red+Green+Blue) = 111+5+36=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0524 is #90FADB. Grayscale: #282828. Windows color (decimal): -9501404 or 2360687. OLE color: 2360687.

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

Color convert

RGB 111 5 36 -
CMYK 0 0.95 0.68 0.56
HSL 342.45º 0.91% 0.23% -
HSV(B) 342.45º 0.95% 0.44% -
XYZ 6.93 3.62 2 -
YUV 40.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 111 5 36 0 0.95 0.68 0.56 342.45 0.91 0.23
Hex 6F 5 24 0 5F 44 38 156 5B 17
Octal 157 5 44 0 137 104 70 526 133 27
Binary 1101111 101 100100 0 1011111 1000100 111000 101010110 1011011 10111

Color Harmonies of #6F0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0524

Black with #6F0524

Text Example


Text Example

White with #6F0524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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