Html Css Color HEX #631542 Pompadour

📋 copy color: '#631542'

red 99 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #631542

Tints of Pompadour #631542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 53.23%
G = 11.29%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#631542 (or 0x631542) is known color: Pompadour. HEX triplet: 63, 15 and 42. RGB value is (99,21,66). Sum of RGB (Red+Green+Blue) = 99+21+66=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631542 is #9CEABD. Grayscale: #313131. Windows color (decimal): -10283710 or 4330851. OLE color: 4330851.

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

Color convert

RGB 99 21 66 -
CMYK 0 0.79 0.33 0.61
HSL 325.38º 0.65% 0.24% -
HSV(B) 325.38º 0.79% 0.39% -
XYZ 6.4 3.58 5.51 -
YUV 49.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 99 21 66 0 0.79 0.33 0.61 325.38 0.65 0.24
Hex 63 15 42 0 4F 21 3D 145 41 18
Octal 143 25 102 0 117 41 75 505 101 30
Binary 1100011 10101 1000010 0 1001111 100001 111101 101000101 1000001 11000

Color Harmonies of #631542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631542

Black with #631542

Text Example


Text Example

White with #631542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631542; }

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

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

background-color css

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

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

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

border-color css

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

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

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