Html Css Color HEX #631746 Pompadour

📋 copy color: '#631746'

red 99 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #631746

Tints of Pompadour #631746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 51.56%
G = 11.98%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#631746 (or 0x631746) is known color: Pompadour. HEX triplet: 63, 17 and 46. RGB value is (99,23,70). Sum of RGB (Red+Green+Blue) = 99+23+70=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631746 is #9CE8B9. Grayscale: #323232. Windows color (decimal): -10283194 or 4593507. OLE color: 4593507.

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

Color convert

RGB 99 23 70 -
CMYK 0 0.77 0.29 0.61
HSL 322.89º 0.62% 0.24% -
HSV(B) 322.89º 0.77% 0.39% -
XYZ 6.56 3.71 6.16 -
YUV 51.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 99 23 70 0 0.77 0.29 0.61 322.89 0.62 0.24
Hex 63 17 46 0 4D 1D 3D 143 3E 18
Octal 143 27 106 0 115 35 75 503 76 30
Binary 1100011 10111 1000110 0 1001101 11101 111101 101000011 111110 11000

Color Harmonies of #631746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631746

Black with #631746

Text Example


Text Example

White with #631746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631746; }

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

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

background-color css

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

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

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

border-color css

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

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

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