Html Css Color HEX #6F2845 Pompadour

📋 copy color: '#6F2845'

red 111 ◦ green 40 ◦ blue 69

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

Shades of Pompadour #6F2845

Tints of Pompadour #6F2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 50.45%
G = 18.18%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F2845 (or 0x6F2845) is known color: Pompadour. HEX triplet: 6F, 28 and 45. RGB value is (111,40,69). Sum of RGB (Red+Green+Blue) = 111+40+69=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2845 is #90D7BA. Grayscale: #404040. Windows color (decimal): -9492411 or 4532335. OLE color: 4532335.

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

Color convert

RGB 111 40 69 -
CMYK 0 0.64 0.38 0.56
HSL 335.49º 0.47% 0.3% -
HSV(B) 335.49º 0.64% 0.44% -
XYZ 8.39 5.33 6.22 -
YUV 64.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 111 40 69 0 0.64 0.38 0.56 335.49 0.47 0.3
Hex 6F 28 45 0 40 26 38 14F 2F 1E
Octal 157 50 105 0 100 46 70 517 57 36
Binary 1101111 101000 1000101 0 1000000 100110 111000 101001111 101111 11110

Color Harmonies of #6F2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2845

Black with #6F2845

Text Example


Text Example

White with #6F2845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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