Html Css Color HEX #632F4A Pompadour

📋 copy color: '#632F4A'

red 99 ◦ green 47 ◦ blue 74

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

Shades of Pompadour #632F4A

Tints of Pompadour #632F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.36%

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

R = 45%
G = 21.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#632F4A (or 0x632F4A) is known color: Pompadour. HEX triplet: 63, 2F and 4A. RGB value is (99,47,74). Sum of RGB (Red+Green+Blue) = 99+47+74=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F4A is #9CD0B5. Grayscale: #414141. Windows color (decimal): -10277046 or 4861795. OLE color: 4861795.

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

Color convert

RGB 99 47 74 -
CMYK 0 0.53 0.25 0.61
HSL 328.85º 0.36% 0.29% -
HSV(B) 328.85º 0.53% 0.39% -
XYZ 7.4 5.18 7.09 -
YUV 65.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 99 47 74 0 0.53 0.25 0.61 328.85 0.36 0.29
Hex 63 2F 4A 0 35 19 3D 149 24 1D
Octal 143 57 112 0 65 31 75 511 44 35
Binary 1100011 101111 1001010 0 110101 11001 111101 101001001 100100 11101

Color Harmonies of #632F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F4A

Black with #632F4A

Text Example


Text Example

White with #632F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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