Html Css Color HEX #632B4A Pompadour

📋 copy color: '#632B4A'

red 99 ◦ green 43 ◦ blue 74

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

Shades of Pompadour #632B4A

Tints of Pompadour #632B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 45.83%
G = 19.91%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#632B4A (or 0x632B4A) is known color: Pompadour. HEX triplet: 63, 2B and 4A. RGB value is (99,43,74). Sum of RGB (Red+Green+Blue) = 99+43+74=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #632B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B4A is #9CD4B5. Grayscale: #3F3F3F. Windows color (decimal): -10278070 or 4860771. OLE color: 4860771.

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

Color convert

RGB 99 43 74 -
CMYK 0 0.57 0.25 0.61
HSL 326.79º 0.39% 0.28% -
HSV(B) 326.79º 0.57% 0.39% -
XYZ 7.25 4.87 7.04 -
YUV 63.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 99 43 74 0 0.57 0.25 0.61 326.79 0.39 0.28
Hex 63 2B 4A 0 39 19 3D 147 27 1C
Octal 143 53 112 0 71 31 75 507 47 34
Binary 1100011 101011 1001010 0 111001 11001 111101 101000111 100111 11100

Color Harmonies of #632B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632B4A

Black with #632B4A

Text Example


Text Example

White with #632B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632B4A; }

 p { color: rgb(99,43,74); }

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

background-color css

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

 a { background-color: rgb(99,43,74); }

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

border-color css

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

 span { border-color: rgb(99,43,74); }

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