Html Css Color HEX #631240 Pompadour

📋 copy color: '#631240'

red 99 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #631240

Tints of Pompadour #631240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 54.7%
G = 9.94%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631240 (or 0x631240) is known color: Pompadour. HEX triplet: 63, 12 and 40. RGB value is (99,18,64). Sum of RGB (Red+Green+Blue) = 99+18+64=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #631240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631240 is #9CEDBF. Grayscale: #2F2F2F. Windows color (decimal): -10284480 or 4199011. OLE color: 4199011.

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

Color convert

RGB 99 18 64 -
CMYK 0 0.82 0.35 0.61
HSL 325.93º 0.69% 0.23% -
HSV(B) 325.93º 0.82% 0.39% -
XYZ 6.29 3.46 5.19 -
YUV 47.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 99 18 64 0 0.82 0.35 0.61 325.93 0.69 0.23
Hex 63 12 40 0 52 23 3D 146 45 17
Octal 143 22 100 0 122 43 75 506 105 27
Binary 1100011 10010 1000000 0 1010010 100011 111101 101000110 1000101 10111

Color Harmonies of #631240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631240

Black with #631240

Text Example


Text Example

White with #631240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631240; }

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

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

background-color css

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

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

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

border-color css

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

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

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