Html Css Color HEX #6F1052 Pompadour

📋 copy color: '#6F1052'

red 111 ◦ green 16 ◦ blue 82

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

Shades of Pompadour #6F1052

Tints of Pompadour #6F1052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

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

R = 53.11%
G = 7.66%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F1052 (or 0x6F1052) is known color: Pompadour. HEX triplet: 6F, 10 and 52. RGB value is (111,16,82). Sum of RGB (Red+Green+Blue) = 111+16+82=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1052 is #90EFAD. Grayscale: #333333. Windows color (decimal): -9498542 or 5378159. OLE color: 5378159.

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

Color convert

RGB 111 16 82 -
CMYK 0 0.86 0.26 0.56
HSL 318.32º 0.75% 0.25% -
HSV(B) 318.32º 0.86% 0.44% -
XYZ 8.26 4.36 8.39 -
YUV 51.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 111 16 82 0 0.86 0.26 0.56 318.32 0.75 0.25
Hex 6F 10 52 0 56 1A 38 13E 4B 19
Octal 157 20 122 0 126 32 70 476 113 31
Binary 1101111 10000 1010010 0 1010110 11010 111000 100111110 1001011 11001

Color Harmonies of #6F1052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1052

Black with #6F1052

Text Example


Text Example

White with #6F1052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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