Html Css Color HEX #632B48 Pompadour

📋 copy color: '#632B48'

red 99 ◦ green 43 ◦ blue 72

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

Shades of Pompadour #632B48

Tints of Pompadour #632B48

RGB

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

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

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

R = 46.26%
G = 20.09%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#632B48 (or 0x632B48) is known color: Pompadour. HEX triplet: 63, 2B and 48. RGB value is (99,43,72). Sum of RGB (Red+Green+Blue) = 99+43+72=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B48 is #9CD4B7. Grayscale: #3E3E3E. Windows color (decimal): -10278072 or 4729699. OLE color: 4729699.

HSL color Cylindrical-coordinate representation of color #632B48: hue angle of 328.93º 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 #632B48 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 43 72 -
CMYK 0 0.57 0.27 0.61
HSL 328.93º 0.39% 0.28% -
HSV(B) 328.93º 0.57% 0.39% -
XYZ 7.18 4.85 6.69 -
YUV 63.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 99 43 72 0 0.57 0.27 0.61 328.93 0.39 0.28
Hex 63 2B 48 0 39 1B 3D 149 27 1C
Octal 143 53 110 0 71 33 75 511 47 34
Binary 1100011 101011 1001000 0 111001 11011 111101 101001001 100111 11100

Color Harmonies of #632B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632B48

Black with #632B48

Text Example


Text Example

White with #632B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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