Html Css Color HEX #632244 Pompadour

📋 copy color: '#632244'

red 99 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #632244

Tints of Pompadour #632244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 49.25%
G = 16.92%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#632244 (or 0x632244) is known color: Pompadour. HEX triplet: 63, 22 and 44. RGB value is (99,34,68). Sum of RGB (Red+Green+Blue) = 99+34+68=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632244 is #9CDDBB. Grayscale: #393939. Windows color (decimal): -10280380 or 4465251. OLE color: 4465251.

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

Color convert

RGB 99 34 68 -
CMYK 0 0.66 0.31 0.61
HSL 328.62º 0.49% 0.26% -
HSV(B) 328.62º 0.66% 0.39% -
XYZ 6.76 4.21 5.93 -
YUV 57.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 99 34 68 0 0.66 0.31 0.61 328.62 0.49 0.26
Hex 63 22 44 0 42 1F 3D 149 31 1A
Octal 143 42 104 0 102 37 75 511 61 32
Binary 1100011 100010 1000100 0 1000010 11111 111101 101001001 110001 11010

Color Harmonies of #632244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632244

Black with #632244

Text Example


Text Example

White with #632244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632244; }

 p { color: rgb(99,34,68); }

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

background-color css

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

 a { background-color: rgb(99,34,68); }

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

border-color css

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

 span { border-color: rgb(99,34,68); }

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