Html Css Color HEX #632850 Pompadour

📋 copy color: '#632850'

red 99 ◦ green 40 ◦ blue 80

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

Shades of Pompadour #632850

Tints of Pompadour #632850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 45.21%
G = 18.26%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#632850 (or 0x632850) is known color: Pompadour. HEX triplet: 63, 28 and 50. RGB value is (99,40,80). Sum of RGB (Red+Green+Blue) = 99+40+80=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632850 is #9CD7AF. Grayscale: #3E3E3E. Windows color (decimal): -10278832 or 5253219. OLE color: 5253219.

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

Color convert

RGB 99 40 80 -
CMYK 0 0.60 0.19 0.61
HSL 319.32º 0.42% 0.27% -
HSV(B) 319.32º 0.6% 0.39% -
XYZ 7.35 4.75 8.12 -
YUV 62.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 99 40 80 0 0.60 0.19 0.61 319.32 0.42 0.27
Hex 63 28 50 0 3C 13 3D 13F 2A 1B
Octal 143 50 120 0 74 23 75 477 52 33
Binary 1100011 101000 1010000 0 111100 10011 111101 100111111 101010 11011

Color Harmonies of #632850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632850

Black with #632850

Text Example


Text Example

White with #632850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632850; }

 p { color: rgb(99,40,80); }

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

background-color css

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

 a { background-color: rgb(99,40,80); }

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

border-color css

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

 span { border-color: rgb(99,40,80); }

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