Html Css Color HEX #631544 Pompadour

📋 copy color: '#631544'

red 99 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #631544

Tints of Pompadour #631544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 52.66%
G = 11.17%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#631544 (or 0x631544) is known color: Pompadour. HEX triplet: 63, 15 and 44. RGB value is (99,21,68). Sum of RGB (Red+Green+Blue) = 99+21+68=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631544 is #9CEABB. Grayscale: #313131. Windows color (decimal): -10283708 or 4461923. OLE color: 4461923.

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

Color convert

RGB 99 21 68 -
CMYK 0 0.79 0.31 0.61
HSL 323.85º 0.65% 0.24% -
HSV(B) 323.85º 0.79% 0.39% -
XYZ 6.46 3.61 5.82 -
YUV 49.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 99 21 68 0 0.79 0.31 0.61 323.85 0.65 0.24
Hex 63 15 44 0 4F 1F 3D 144 41 18
Octal 143 25 104 0 117 37 75 504 101 30
Binary 1100011 10101 1000100 0 1001111 11111 111101 101000100 1000001 11000

Color Harmonies of #631544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631544

Black with #631544

Text Example


Text Example

White with #631544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631544; }

 p { color: rgb(99,21,68); }

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

background-color css

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

 a { background-color: rgb(99,21,68); }

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

border-color css

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

 span { border-color: rgb(99,21,68); }

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