Html Css Color HEX #632442 Pompadour

📋 copy color: '#632442'

red 99 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #632442

Tints of Pompadour #632442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 49.25%
G = 17.91%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#632442 (or 0x632442) is known color: Pompadour. HEX triplet: 63, 24 and 42. RGB value is (99,36,66). Sum of RGB (Red+Green+Blue) = 99+36+66=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632442 is #9CDBBD. Grayscale: #3A3A3A. Windows color (decimal): -10279870 or 4334691. OLE color: 4334691.

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

Color convert

RGB 99 36 66 -
CMYK 0 0.64 0.33 0.61
HSL 331.43º 0.47% 0.26% -
HSV(B) 331.43º 0.64% 0.39% -
XYZ 6.76 4.31 5.63 -
YUV 58.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 99 36 66 0 0.64 0.33 0.61 331.43 0.47 0.26
Hex 63 24 42 0 40 21 3D 14B 2F 1A
Octal 143 44 102 0 100 41 75 513 57 32
Binary 1100011 100100 1000010 0 1000000 100001 111101 101001011 101111 11010

Color Harmonies of #632442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632442

Black with #632442

Text Example


Text Example

White with #632442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632442; }

 p { color: rgb(99,36,66); }

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

background-color css

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

 a { background-color: rgb(99,36,66); }

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

border-color css

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

 span { border-color: rgb(99,36,66); }

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