Html Css Color HEX #631546 Pompadour

📋 copy color: '#631546'

red 99 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #631546

Tints of Pompadour #631546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 52.11%
G = 11.05%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#631546 (or 0x631546) is known color: Pompadour. HEX triplet: 63, 15 and 46. RGB value is (99,21,70). Sum of RGB (Red+Green+Blue) = 99+21+70=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #631546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631546 is #9CEAB9. Grayscale: #313131. Windows color (decimal): -10283706 or 4592995. OLE color: 4592995.

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

Color convert

RGB 99 21 70 -
CMYK 0 0.79 0.29 0.61
HSL 322.31º 0.65% 0.24% -
HSV(B) 322.31º 0.79% 0.39% -
XYZ 6.52 3.63 6.15 -
YUV 49.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 99 21 70 0 0.79 0.29 0.61 322.31 0.65 0.24
Hex 63 15 46 0 4F 1D 3D 142 41 18
Octal 143 25 106 0 117 35 75 502 101 30
Binary 1100011 10101 1000110 0 1001111 11101 111101 101000010 1000001 11000

Color Harmonies of #631546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631546

Black with #631546

Text Example


Text Example

White with #631546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631546; }

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

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

background-color css

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

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

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

border-color css

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

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

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