Html Css Color HEX #6F2245 Pompadour

📋 copy color: '#6F2245'

red 111 ◦ green 34 ◦ blue 69

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

Shades of Pompadour #6F2245

Tints of Pompadour #6F2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 51.87%
G = 15.89%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F2245 (or 0x6F2245) is known color: Pompadour. HEX triplet: 6F, 22 and 45. RGB value is (111,34,69). Sum of RGB (Red+Green+Blue) = 111+34+69=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2245 is #90DDBA. Grayscale: #3C3C3C. Windows color (decimal): -9493947 or 4530799. OLE color: 4530799.

HSL color Cylindrical-coordinate representation of color #6F2245: hue angle of 332.73º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2245 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 34 69 -
CMYK 0 0.69 0.38 0.56
HSL 332.73º 0.53% 0.28% -
HSV(B) 332.73º 0.69% 0.44% -
XYZ 8.2 4.95 6.15 -
YUV 61.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 111 34 69 0 0.69 0.38 0.56 332.73 0.53 0.28
Hex 6F 22 45 0 45 26 38 14D 35 1C
Octal 157 42 105 0 105 46 70 515 65 34
Binary 1101111 100010 1000101 0 1000101 100110 111000 101001101 110101 11100

Color Harmonies of #6F2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2245

Black with #6F2245

Text Example


Text Example

White with #6F2245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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