Html Css Color HEX #632648 Pompadour

📋 copy color: '#632648'

red 99 ◦ green 38 ◦ blue 72

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

Shades of Pompadour #632648

Tints of Pompadour #632648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 47.37%
G = 18.18%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#632648 (or 0x632648) is known color: Pompadour. HEX triplet: 63, 26 and 48. RGB value is (99,38,72). Sum of RGB (Red+Green+Blue) = 99+38+72=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #632648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632648 is #9CD9B7. Grayscale: #3C3C3C. Windows color (decimal): -10279352 or 4728419. OLE color: 4728419.

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

Color convert

RGB 99 38 72 -
CMYK 0 0.62 0.27 0.61
HSL 326.56º 0.45% 0.27% -
HSV(B) 326.56º 0.62% 0.39% -
XYZ 7.01 4.51 6.63 -
YUV 60.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 99 38 72 0 0.62 0.27 0.61 326.56 0.45 0.27
Hex 63 26 48 0 3E 1B 3D 147 2D 1B
Octal 143 46 110 0 76 33 75 507 55 33
Binary 1100011 100110 1001000 0 111110 11011 111101 101000111 101101 11011

Color Harmonies of #632648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632648

Black with #632648

Text Example


Text Example

White with #632648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632648; }

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

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

background-color css

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

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

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

border-color css

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

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

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