Html Css Color HEX #631536 Pompadour

📋 copy color: '#631536'

red 99 ◦ green 21 ◦ blue 54

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

Shades of Pompadour #631536

Tints of Pompadour #631536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 56.9%
G = 12.07%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#631536 (or 0x631536) is known color: Pompadour. HEX triplet: 63, 15 and 36. RGB value is (99,21,54). Sum of RGB (Red+Green+Blue) = 99+21+54=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631536 is #9CEAC9. Grayscale: #303030. Windows color (decimal): -10283722 or 3544419. OLE color: 3544419.

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

Color convert

RGB 99 21 54 -
CMYK 0 0.79 0.45 0.61
HSL 334.62º 0.65% 0.24% -
HSV(B) 334.62º 0.79% 0.39% -
XYZ 6.08 3.46 3.84 -
YUV 48.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 99 21 54 0 0.79 0.45 0.61 334.62 0.65 0.24
Hex 63 15 36 0 4F 2D 3D 14F 41 18
Octal 143 25 66 0 117 55 75 517 101 30
Binary 1100011 10101 110110 0 1001111 101101 111101 101001111 1000001 11000

Color Harmonies of #631536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631536

Black with #631536

Text Example


Text Example

White with #631536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631536; }

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

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

background-color css

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

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

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

border-color css

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

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

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