Html Css Color HEX #6F2848 Pompadour

📋 copy color: '#6F2848'

red 111 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #6F2848

Tints of Pompadour #6F2848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 49.78%
G = 17.94%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F2848 (or 0x6F2848) is known color: Pompadour. HEX triplet: 6F, 28 and 48. RGB value is (111,40,72). Sum of RGB (Red+Green+Blue) = 111+40+72=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2848 is #90D7B7. Grayscale: #404040. Windows color (decimal): -9492408 or 4728943. OLE color: 4728943.

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

Color convert

RGB 111 40 72 -
CMYK 0 0.64 0.35 0.56
HSL 332.96º 0.47% 0.3% -
HSV(B) 332.96º 0.64% 0.44% -
XYZ 8.48 5.36 6.72 -
YUV 64.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 111 40 72 0 0.64 0.35 0.56 332.96 0.47 0.3
Hex 6F 28 48 0 40 23 38 14D 2F 1E
Octal 157 50 110 0 100 43 70 515 57 36
Binary 1101111 101000 1001000 0 1000000 100011 111000 101001101 101111 11110

Color Harmonies of #6F2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2848

Black with #6F2848

Text Example


Text Example

White with #6F2848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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