Html Css Color HEX #632341 Pompadour

📋 copy color: '#632341'

red 99 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #632341

Tints of Pompadour #632341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 49.75%
G = 17.59%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#632341 (or 0x632341) is known color: Pompadour. HEX triplet: 63, 23 and 41. RGB value is (99,35,65). Sum of RGB (Red+Green+Blue) = 99+35+65=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632341 is #9CDCBE. Grayscale: #393939. Windows color (decimal): -10280127 or 4268899. OLE color: 4268899.

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

Color convert

RGB 99 35 65 -
CMYK 0 0.65 0.34 0.61
HSL 331.88º 0.48% 0.26% -
HSV(B) 331.88º 0.65% 0.39% -
XYZ 6.7 4.24 5.47 -
YUV 57.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 99 35 65 0 0.65 0.34 0.61 331.88 0.48 0.26
Hex 63 23 41 0 41 22 3D 14C 30 1A
Octal 143 43 101 0 101 42 75 514 60 32
Binary 1100011 100011 1000001 0 1000001 100010 111101 101001100 110000 11010

Color Harmonies of #632341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632341

Black with #632341

Text Example


Text Example

White with #632341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632341; }

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

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

background-color css

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

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

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

border-color css

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

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

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