Html Css Color HEX #631440 Pompadour

📋 copy color: '#631440'

red 99 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #631440

Tints of Pompadour #631440

RGB

 RED value IS 99 (39.06% from 255) = 54.1%

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 54.1%
G = 10.93%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631440 (or 0x631440) is known color: Pompadour. HEX triplet: 63, 14 and 40. RGB value is (99,20,64). Sum of RGB (Red+Green+Blue) = 99+20+64=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #631440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631440 is #9CEBBF. Grayscale: #303030. Windows color (decimal): -10283968 or 4199523. OLE color: 4199523.

HSL color Cylindrical-coordinate representation of color #631440: hue angle of 326.58º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631440 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 64 -
CMYK 0 0.80 0.35 0.61
HSL 326.58º 0.66% 0.23% -
HSV(B) 326.58º 0.8% 0.39% -
XYZ 6.32 3.52 5.2 -
YUV 48.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 99 20 64 0 0.80 0.35 0.61 326.58 0.66 0.23
Hex 63 14 40 0 50 23 3D 147 42 17
Octal 143 24 100 0 120 43 75 507 102 27
Binary 1100011 10100 1000000 0 1010000 100011 111101 101000111 1000010 10111

Color Harmonies of #631440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631440

Black with #631440

Text Example


Text Example

White with #631440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631440; }

 p { color: rgb(99,20,64); }

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

background-color css

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

 a { background-color: rgb(99,20,64); }

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

border-color css

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

 span { border-color: rgb(99,20,64); }

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