Html Css Color HEX #641836 Pompadour

📋 copy color: '#641836'

red 100 ◦ green 24 ◦ blue 54

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

Shades of Pompadour #641836

Tints of Pompadour #641836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 56.18%
G = 13.48%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#641836 (or 0x641836) is known color: Pompadour. HEX triplet: 64, 18 and 36. RGB value is (100,24,54). Sum of RGB (Red+Green+Blue) = 100+24+54=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #641836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641836 is #9BE7C9. Grayscale: #323232. Windows color (decimal): -10217418 or 3545188. OLE color: 3545188.

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

Color convert

RGB 100 24 54 -
CMYK 0 0.76 0.46 0.61
HSL 336.32º 0.61% 0.24% -
HSV(B) 336.32º 0.76% 0.39% -
XYZ 6.25 3.63 3.86 -
YUV 50.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 100 24 54 0 0.76 0.46 0.61 336.32 0.61 0.24
Hex 64 18 36 0 4C 2E 3D 150 3D 18
Octal 144 30 66 0 114 56 75 520 75 30
Binary 1100100 11000 110110 0 1001100 101110 111101 101010000 111101 11000

Color Harmonies of #641836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641836

Black with #641836

Text Example


Text Example

White with #641836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641836; }

 p { color: rgb(100,24,54); }

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

background-color css

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

 a { background-color: rgb(100,24,54); }

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

border-color css

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

 span { border-color: rgb(100,24,54); }

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