Html Css Color HEX #632542 Pompadour

📋 copy color: '#632542'

red 99 ◦ green 37 ◦ blue 66

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

Shades of Pompadour #632542

Tints of Pompadour #632542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 49.01%
G = 18.32%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#632542 (or 0x632542) is known color: Pompadour. HEX triplet: 63, 25 and 42. RGB value is (99,37,66). Sum of RGB (Red+Green+Blue) = 99+37+66=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632542 is #9CDABD. Grayscale: #3A3A3A. Windows color (decimal): -10279614 or 4334947. OLE color: 4334947.

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

Color convert

RGB 99 37 66 -
CMYK 0 0.63 0.33 0.61
HSL 331.94º 0.46% 0.27% -
HSV(B) 331.94º 0.63% 0.39% -
XYZ 6.79 4.37 5.64 -
YUV 58.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 99 37 66 0 0.63 0.33 0.61 331.94 0.46 0.27
Hex 63 25 42 0 3F 21 3D 14C 2E 1B
Octal 143 45 102 0 77 41 75 514 56 33
Binary 1100011 100101 1000010 0 111111 100001 111101 101001100 101110 11011

Color Harmonies of #632542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632542

Black with #632542

Text Example


Text Example

White with #632542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632542; }

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

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

background-color css

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

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

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

border-color css

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

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

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