Html Css Color HEX #632142 Pompadour

📋 copy color: '#632142'

red 99 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #632142

Tints of Pompadour #632142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#632142 (or 0x632142) is known color: Pompadour. HEX triplet: 63, 21 and 42. RGB value is (99,33,66). Sum of RGB (Red+Green+Blue) = 99+33+66=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632142 is #9CDEBD. Grayscale: #383838. Windows color (decimal): -10280638 or 4333923. OLE color: 4333923.

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

Color convert

RGB 99 33 66 -
CMYK 0 0.67 0.33 0.61
HSL 330º 0.5% 0.26% -
HSV(B) 330º 0.67% 0.39% -
XYZ 6.67 4.13 5.6 -
YUV 56.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 99 33 66 0 0.67 0.33 0.61 330 0.5 0.26
Hex 63 21 42 0 43 21 3D 14A 32 1A
Octal 143 41 102 0 103 41 75 512 62 32
Binary 1100011 100001 1000010 0 1000011 100001 111101 101001010 110010 11010

Color Harmonies of #632142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632142

Black with #632142

Text Example


Text Example

White with #632142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632142; }

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

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

background-color css

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

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

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

border-color css

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

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

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