Html Css Color HEX #6F2441 Pompadour

📋 copy color: '#6F2441'

red 111 ◦ green 36 ◦ blue 65

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

Shades of Pompadour #6F2441

Tints of Pompadour #6F2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 52.36%
G = 16.98%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F2441 (or 0x6F2441) is known color: Pompadour. HEX triplet: 6F, 24 and 41. RGB value is (111,36,65). Sum of RGB (Red+Green+Blue) = 111+36+65=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2441 is #90DBBE. Grayscale: #3D3D3D. Windows color (decimal): -9493439 or 4269167. OLE color: 4269167.

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

Color convert

RGB 111 36 65 -
CMYK 0 0.68 0.41 0.56
HSL 336.8º 0.51% 0.29% -
HSV(B) 336.8º 0.68% 0.44% -
XYZ 8.14 5.02 5.54 -
YUV 61.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 111 36 65 0 0.68 0.41 0.56 336.8 0.51 0.29
Hex 6F 24 41 0 44 29 38 151 33 1D
Octal 157 44 101 0 104 51 70 521 63 35
Binary 1101111 100100 1000001 0 1000100 101001 111000 101010001 110011 11101

Color Harmonies of #6F2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2441

Black with #6F2441

Text Example


Text Example

White with #6F2441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,65); }

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

background-color css

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

 a { background-color: rgb(111,36,65); }

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

border-color css

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

 span { border-color: rgb(111,36,65); }

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