Html Css Color HEX #6F2548 Pompadour

📋 copy color: '#6F2548'

red 111 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #6F2548

Tints of Pompadour #6F2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 50.45%
G = 16.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F2548 (or 0x6F2548) is known color: Pompadour. HEX triplet: 6F, 25 and 48. RGB value is (111,37,72). Sum of RGB (Red+Green+Blue) = 111+37+72=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2548 is #90DAB7. Grayscale: #3F3F3F. Windows color (decimal): -9493176 or 4728175. OLE color: 4728175.

HSL color Cylindrical-coordinate representation of color #6F2548: hue angle of 331.62º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2548 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 72 -
CMYK 0 0.67 0.35 0.56
HSL 331.62º 0.5% 0.29% -
HSV(B) 331.62º 0.67% 0.44% -
XYZ 8.39 5.17 6.69 -
YUV 63.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 111 37 72 0 0.67 0.35 0.56 331.62 0.5 0.29
Hex 6F 25 48 0 43 23 38 14C 32 1D
Octal 157 45 110 0 103 43 70 514 62 35
Binary 1101111 100101 1001000 0 1000011 100011 111000 101001100 110010 11101

Color Harmonies of #6F2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2548

Black with #6F2548

Text Example


Text Example

White with #6F2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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