Html Css Color HEX #631A4C Pompadour

📋 copy color: '#631A4C'

red 99 ◦ green 26 ◦ blue 76

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

Shades of Pompadour #631A4C

Tints of Pompadour #631A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 49.25%
G = 12.94%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#631A4C (or 0x631A4C) is known color: Pompadour. HEX triplet: 63, 1A and 4C. RGB value is (99,26,76). Sum of RGB (Red+Green+Blue) = 99+26+76=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A4C is #9CE5B3. Grayscale: #353535. Windows color (decimal): -10282420 or 4987491. OLE color: 4987491.

HSL color Cylindrical-coordinate representation of color #631A4C: hue angle of 318.9º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A4C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 76 -
CMYK 0 0.74 0.23 0.61
HSL 318.9º 0.58% 0.25% -
HSV(B) 318.9º 0.74% 0.39% -
XYZ 6.82 3.91 7.23 -
YUV 53.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 99 26 76 0 0.74 0.23 0.61 318.9 0.58 0.25
Hex 63 1A 4C 0 4A 17 3D 13F 3A 19
Octal 143 32 114 0 112 27 75 477 72 31
Binary 1100011 11010 1001100 0 1001010 10111 111101 100111111 111010 11001

Color Harmonies of #631A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A4C

Black with #631A4C

Text Example


Text Example

White with #631A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A4C; }

 p { color: rgb(99,26,76); }

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

background-color css

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

 a { background-color: rgb(99,26,76); }

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

border-color css

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

 span { border-color: rgb(99,26,76); }

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