Html Css Color HEX #632248 Pompadour

📋 copy color: '#632248'

red 99 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #632248

Tints of Pompadour #632248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

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

R = 48.29%
G = 16.59%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#632248 (or 0x632248) is known color: Pompadour. HEX triplet: 63, 22 and 48. RGB value is (99,34,72). Sum of RGB (Red+Green+Blue) = 99+34+72=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632248 is #9CDDB7. Grayscale: #393939. Windows color (decimal): -10280376 or 4727395. OLE color: 4727395.

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

Color convert

RGB 99 34 72 -
CMYK 0 0.66 0.27 0.61
HSL 324.92º 0.49% 0.26% -
HSV(B) 324.92º 0.66% 0.39% -
XYZ 6.89 4.26 6.59 -
YUV 57.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 99 34 72 0 0.66 0.27 0.61 324.92 0.49 0.26
Hex 63 22 48 0 42 1B 3D 145 31 1A
Octal 143 42 110 0 102 33 75 505 61 32
Binary 1100011 100010 1001000 0 1000010 11011 111101 101000101 110001 11010

Color Harmonies of #632248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632248

Black with #632248

Text Example


Text Example

White with #632248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632248; }

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

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

background-color css

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

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

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

border-color css

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

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

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