Html Css Color HEX #631239 Pompadour

📋 copy color: '#631239'

red 99 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #631239

Tints of Pompadour #631239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 56.9%
G = 10.34%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#631239 (or 0x631239) is known color: Pompadour. HEX triplet: 63, 12 and 39. RGB value is (99,18,57). Sum of RGB (Red+Green+Blue) = 99+18+57=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631239 is #9CEDC6. Grayscale: #2E2E2E. Windows color (decimal): -10284487 or 3740259. OLE color: 3740259.

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

Color convert

RGB 99 18 57 -
CMYK 0 0.82 0.42 0.61
HSL 331.11º 0.69% 0.23% -
HSV(B) 331.11º 0.82% 0.39% -
XYZ 6.1 3.38 4.2 -
YUV 46.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 99 18 57 0 0.82 0.42 0.61 331.11 0.69 0.23
Hex 63 12 39 0 52 2A 3D 14B 45 17
Octal 143 22 71 0 122 52 75 513 105 27
Binary 1100011 10010 111001 0 1010010 101010 111101 101001011 1000101 10111

Color Harmonies of #631239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631239

Black with #631239

Text Example


Text Example

White with #631239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631239; }

 p { color: rgb(99,18,57); }

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

background-color css

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

 a { background-color: rgb(99,18,57); }

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

border-color css

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

 span { border-color: rgb(99,18,57); }

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