Html Css Color HEX #631943 Pompadour

📋 copy color: '#631943'

red 99 ◦ green 25 ◦ blue 67

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

Shades of Pompadour #631943

Tints of Pompadour #631943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 51.83%
G = 13.09%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#631943 (or 0x631943) is known color: Pompadour. HEX triplet: 63, 19 and 43. RGB value is (99,25,67). Sum of RGB (Red+Green+Blue) = 99+25+67=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631943 is #9CE6BC. Grayscale: #333333. Windows color (decimal): -10282685 or 4397411. OLE color: 4397411.

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

Color convert

RGB 99 25 67 -
CMYK 0 0.75 0.32 0.61
HSL 325.95º 0.6% 0.24% -
HSV(B) 325.95º 0.75% 0.39% -
XYZ 6.51 3.75 5.69 -
YUV 51.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 99 25 67 0 0.75 0.32 0.61 325.95 0.6 0.24
Hex 63 19 43 0 4B 20 3D 146 3C 18
Octal 143 31 103 0 113 40 75 506 74 30
Binary 1100011 11001 1000011 0 1001011 100000 111101 101000110 111100 11000

Color Harmonies of #631943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631943

Black with #631943

Text Example


Text Example

White with #631943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631943; }

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

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

background-color css

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

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

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

border-color css

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

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

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