Html Css Color HEX #632748 Pompadour

📋 copy color: '#632748'

red 99 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #632748

Tints of Pompadour #632748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 47.14%
G = 18.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#632748 (or 0x632748) is known color: Pompadour. HEX triplet: 63, 27 and 48. RGB value is (99,39,72). Sum of RGB (Red+Green+Blue) = 99+39+72=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #632748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632748 is #9CD8B7. Grayscale: #3C3C3C. Windows color (decimal): -10279096 or 4728675. OLE color: 4728675.

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

Color convert

RGB 99 39 72 -
CMYK 0 0.61 0.27 0.61
HSL 327º 0.43% 0.27% -
HSV(B) 327º 0.61% 0.39% -
XYZ 7.04 4.57 6.64 -
YUV 60.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 99 39 72 0 0.61 0.27 0.61 327 0.43 0.27
Hex 63 27 48 0 3D 1B 3D 147 2B 1B
Octal 143 47 110 0 75 33 75 507 53 33
Binary 1100011 100111 1001000 0 111101 11011 111101 101000111 101011 11011

Color Harmonies of #632748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632748

Black with #632748

Text Example


Text Example

White with #632748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632748; }

 p { color: rgb(99,39,72); }

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

background-color css

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

 a { background-color: rgb(99,39,72); }

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

border-color css

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

 span { border-color: rgb(99,39,72); }

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