Html Css Color HEX #641750 Pompadour

📋 copy color: '#641750'

red 100 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #641750

Tints of Pompadour #641750

RGB

 RED value IS 100 (39.45% from 255) = 49.26%

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 49.26%
G = 11.33%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#641750 (or 0x641750) is known color: Pompadour. HEX triplet: 64, 17 and 50. RGB value is (100,23,80). Sum of RGB (Red+Green+Blue) = 100+23+80=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #641750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641750 is #9BE8AF. Grayscale: #343434. Windows color (decimal): -10217648 or 5248868. OLE color: 5248868.

HSL color Cylindrical-coordinate representation of color #641750: hue angle of 315.58º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641750 is Cyan = 0, Magento = 0.77, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 80 -
CMYK 0 0.77 0.2 0.61
HSL 315.58º 0.63% 0.24% -
HSV(B) 315.58º 0.77% 0.39% -
XYZ 7.01 3.9 7.97 -
YUV 52.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 100 23 80 0 0.77 0.2 0.61 315.58 0.63 0.24
Hex 64 17 50 0 4D 14 3D 13C 3F 18
Octal 144 27 120 0 115 24 75 474 77 30
Binary 1100100 10111 1010000 0 1001101 10100 111101 100111100 111111 11000

Color Harmonies of #641750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641750

Black with #641750

Text Example


Text Example

White with #641750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641750; }

 p { color: rgb(100,23,80); }

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

background-color css

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

 a { background-color: rgb(100,23,80); }

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

border-color css

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

 span { border-color: rgb(100,23,80); }

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