Html Css Color HEX #6F0224 Burgundy

📋 copy color: '#6F0224'

red 111 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #6F0224

Tints of Burgundy #6F0224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

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

R = 74.5%
G = 1.34%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0224 (or 0x6F0224) is known color: Burgundy. HEX triplet: 6F, 02 and 24. RGB value is (111,2,36). Sum of RGB (Red+Green+Blue) = 111+2+36=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0224 is #90FDDB. Grayscale: #262626. Windows color (decimal): -9502172 or 2359919. OLE color: 2359919.

HSL color Cylindrical-coordinate representation of color #6F0224: hue angle of 341.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0224 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 2 36 -
CMYK 0 0.98 0.68 0.56
HSL 341.28º 0.96% 0.22% -
HSV(B) 341.28º 0.98% 0.44% -
XYZ 6.9 3.55 1.99 -
YUV 38.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 111 2 36 0 0.98 0.68 0.56 341.28 0.96 0.22
Hex 6F 2 24 0 62 44 38 155 60 16
Octal 157 2 44 0 142 104 70 525 140 26
Binary 1101111 10 100100 0 1100010 1000100 111000 101010101 1100000 10110

Color Harmonies of #6F0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0224

Black with #6F0224

Text Example


Text Example

White with #6F0224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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