Html Css Color HEX #631342 Pompadour

📋 copy color: '#631342'

red 99 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #631342

Tints of Pompadour #631342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 53.8%
G = 10.33%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#631342 (or 0x631342) is known color: Pompadour. HEX triplet: 63, 13 and 42. RGB value is (99,19,66). Sum of RGB (Red+Green+Blue) = 99+19+66=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #631342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631342 is #9CECBD. Grayscale: #303030. Windows color (decimal): -10284222 or 4330339. OLE color: 4330339.

HSL color Cylindrical-coordinate representation of color #631342: hue angle of 324.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631342 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 66 -
CMYK 0 0.81 0.33 0.61
HSL 324.75º 0.68% 0.23% -
HSV(B) 324.75º 0.81% 0.39% -
XYZ 6.36 3.51 5.5 -
YUV 48.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 99 19 66 0 0.81 0.33 0.61 324.75 0.68 0.23
Hex 63 13 42 0 51 21 3D 145 44 17
Octal 143 23 102 0 121 41 75 505 104 27
Binary 1100011 10011 1000010 0 1010001 100001 111101 101000101 1000100 10111

Color Harmonies of #631342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631342

Black with #631342

Text Example


Text Example

White with #631342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631342; }

 p { color: rgb(99,19,66); }

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

background-color css

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

 a { background-color: rgb(99,19,66); }

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

border-color css

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

 span { border-color: rgb(99,19,66); }

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