Html Css Color HEX #631840 Pompadour

📋 copy color: '#631840'

red 99 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #631840

Tints of Pompadour #631840

RGB

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

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

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

R = 52.94%
G = 12.83%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631840 (or 0x631840) is known color: Pompadour. HEX triplet: 63, 18 and 40. RGB value is (99,24,64). Sum of RGB (Red+Green+Blue) = 99+24+64=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631840 is #9CE7BF. Grayscale: #323232. Windows color (decimal): -10282944 or 4200547. OLE color: 4200547.

HSL color Cylindrical-coordinate representation of color #631840: hue angle of 328º 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 #631840 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 64 -
CMYK 0 0.76 0.35 0.61
HSL 328º 0.61% 0.24% -
HSV(B) 328º 0.76% 0.39% -
XYZ 6.4 3.68 5.22 -
YUV 50.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 99 24 64 0 0.76 0.35 0.61 328 0.61 0.24
Hex 63 18 40 0 4C 23 3D 148 3D 18
Octal 143 30 100 0 114 43 75 510 75 30
Binary 1100011 11000 1000000 0 1001100 100011 111101 101001000 111101 11000

Color Harmonies of #631840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631840

Black with #631840

Text Example


Text Example

White with #631840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631840; }

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

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

background-color css

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

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

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

border-color css

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

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

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