Html Css Color HEX #632241 Pompadour

📋 copy color: '#632241'

red 99 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #632241

Tints of Pompadour #632241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 50%
G = 17.17%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#632241 (or 0x632241) is known color: Pompadour. HEX triplet: 63, 22 and 41. RGB value is (99,34,65). Sum of RGB (Red+Green+Blue) = 99+34+65=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #632241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632241 is #9CDDBE. Grayscale: #383838. Windows color (decimal): -10280383 or 4268643. OLE color: 4268643.

HSL color Cylindrical-coordinate representation of color #632241: hue angle of 331.38º 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 #632241 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 65 -
CMYK 0 0.66 0.34 0.61
HSL 331.38º 0.49% 0.26% -
HSV(B) 331.38º 0.66% 0.39% -
XYZ 6.67 4.18 5.46 -
YUV 56.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 99 34 65 0 0.66 0.34 0.61 331.38 0.49 0.26
Hex 63 22 41 0 42 22 3D 14B 31 1A
Octal 143 42 101 0 102 42 75 513 61 32
Binary 1100011 100010 1000001 0 1000010 100010 111101 101001011 110001 11010

Color Harmonies of #632241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632241

Black with #632241

Text Example


Text Example

White with #632241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632241; }

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

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

background-color css

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

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

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

border-color css

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

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

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