Html Css Color HEX #631941 Pompadour

📋 copy color: '#631941'

red 99 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #631941

Tints of Pompadour #631941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 52.38%
G = 13.23%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#631941 (or 0x631941) is known color: Pompadour. HEX triplet: 63, 19 and 41. RGB value is (99,25,65). Sum of RGB (Red+Green+Blue) = 99+25+65=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #631941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631941 is #9CE6BE. Grayscale: #333333. Windows color (decimal): -10282687 or 4266339. OLE color: 4266339.

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

Color convert

RGB 99 25 65 -
CMYK 0 0.75 0.34 0.61
HSL 327.57º 0.6% 0.24% -
HSV(B) 327.57º 0.75% 0.39% -
XYZ 6.45 3.73 5.38 -
YUV 51.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 99 25 65 0 0.75 0.34 0.61 327.57 0.6 0.24
Hex 63 19 41 0 4B 22 3D 148 3C 18
Octal 143 31 101 0 113 42 75 510 74 30
Binary 1100011 11001 1000001 0 1001011 100010 111101 101001000 111100 11000

Color Harmonies of #631941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631941

Black with #631941

Text Example


Text Example

White with #631941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631941; }

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

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

background-color css

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

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

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

border-color css

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

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

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