Html Css Color HEX #631848 Pompadour

📋 copy color: '#631848'

red 99 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #631848

Tints of Pompadour #631848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 50.77%
G = 12.31%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#631848 (or 0x631848) is known color: Pompadour. HEX triplet: 63, 18 and 48. RGB value is (99,24,72). Sum of RGB (Red+Green+Blue) = 99+24+72=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #631848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631848 is #9CE7B7. Grayscale: #333333. Windows color (decimal): -10282936 or 4724835. OLE color: 4724835.

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

Color convert

RGB 99 24 72 -
CMYK 0 0.76 0.27 0.61
HSL 321.6º 0.61% 0.24% -
HSV(B) 321.6º 0.76% 0.39% -
XYZ 6.64 3.77 6.51 -
YUV 51.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 99 24 72 0 0.76 0.27 0.61 321.6 0.61 0.24
Hex 63 18 48 0 4C 1B 3D 142 3D 18
Octal 143 30 110 0 114 33 75 502 75 30
Binary 1100011 11000 1001000 0 1001100 11011 111101 101000010 111101 11000

Color Harmonies of #631848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631848

Black with #631848

Text Example


Text Example

White with #631848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631848; }

 p { color: rgb(99,24,72); }

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

background-color css

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

 a { background-color: rgb(99,24,72); }

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

border-color css

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

 span { border-color: rgb(99,24,72); }

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