Html Css Color HEX #6F0024 Burgundy

📋 copy color: '#6F0024'

red 111 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #6F0024

Tints of Burgundy #6F0024

RGB

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

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

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

R = 75.51%
G = 0%
B = 24.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0024 (or 0x6F0024) is known color: Burgundy. HEX triplet: 6F, 00 and 24. RGB value is (111,0,36). Sum of RGB (Red+Green+Blue) = 111+0+36=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0024 is #90FFDB. Grayscale: #252525. Windows color (decimal): -9502684 or 2359407. OLE color: 2359407.

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

Color convert

RGB 111 0 36 -
CMYK 0 1 0.68 0.56
HSL 340.54º 1% 0.22% -
HSV(B) 340.54º 1% 0.44% -
XYZ 6.87 3.51 1.98 -
YUV 37.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 111 0 36 0 1 0.68 0.56 340.54 1 0.22
Hex 6F 0 24 0 64 44 38 155 64 16
Octal 157 0 44 0 144 104 70 525 144 26
Binary 1101111 0 100100 0 1100100 1000100 111000 101010101 1100100 10110

Color Harmonies of #6F0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0024

Black with #6F0024

Text Example


Text Example

White with #6F0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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