Html Css Color HEX #6F1652 Pompadour

📋 copy color: '#6F1652'

red 111 ◦ green 22 ◦ blue 82

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

Shades of Pompadour #6F1652

Tints of Pompadour #6F1652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 51.63%
G = 10.23%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F1652 (or 0x6F1652) is known color: Pompadour. HEX triplet: 6F, 16 and 52. RGB value is (111,22,82). Sum of RGB (Red+Green+Blue) = 111+22+82=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1652 is #90E9AD. Grayscale: #373737. Windows color (decimal): -9497006 or 5379695. OLE color: 5379695.

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

Color convert

RGB 111 22 82 -
CMYK 0 0.80 0.26 0.56
HSL 319.55º 0.67% 0.26% -
HSV(B) 319.55º 0.8% 0.44% -
XYZ 8.37 4.56 8.42 -
YUV 55.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 111 22 82 0 0.80 0.26 0.56 319.55 0.67 0.26
Hex 6F 16 52 0 50 1A 38 140 43 1A
Octal 157 26 122 0 120 32 70 500 103 32
Binary 1101111 10110 1010010 0 1010000 11010 111000 101000000 1000011 11010

Color Harmonies of #6F1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1652

Black with #6F1652

Text Example


Text Example

White with #6F1652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,22,82); }

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

background-color css

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

 a { background-color: rgb(111,22,82); }

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

border-color css

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

 span { border-color: rgb(111,22,82); }

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