Html Css Color HEX #631939 Pompadour

📋 copy color: '#631939'

red 99 ◦ green 25 ◦ blue 57

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

Shades of Pompadour #631939

Tints of Pompadour #631939

RGB

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

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

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

R = 54.7%
G = 13.81%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#631939 (or 0x631939) is known color: Pompadour. HEX triplet: 63, 19 and 39. RGB value is (99,25,57). Sum of RGB (Red+Green+Blue) = 99+25+57=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #631939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631939 is #9CE6C6. Grayscale: #323232. Windows color (decimal): -10282695 or 3742051. OLE color: 3742051.

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

Color convert

RGB 99 25 57 -
CMYK 0 0.75 0.42 0.61
HSL 334.05º 0.6% 0.24% -
HSV(B) 334.05º 0.75% 0.39% -
XYZ 6.23 3.64 4.25 -
YUV 50.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 99 25 57 0 0.75 0.42 0.61 334.05 0.6 0.24
Hex 63 19 39 0 4B 2A 3D 14E 3C 18
Octal 143 31 71 0 113 52 75 516 74 30
Binary 1100011 11001 111001 0 1001011 101010 111101 101001110 111100 11000

Color Harmonies of #631939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631939

Black with #631939

Text Example


Text Example

White with #631939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631939; }

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

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

background-color css

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

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

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

border-color css

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

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

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