Html Css Color HEX #631E3C Pompadour

📋 copy color: '#631E3C'

red 99 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #631E3C

Tints of Pompadour #631E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 52.38%
G = 15.87%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#631E3C (or 0x631E3C) is known color: Pompadour. HEX triplet: 63, 1E and 3C. RGB value is (99,30,60). Sum of RGB (Red+Green+Blue) = 99+30+60=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #631E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E3C is #9CE1C3. Grayscale: #363636. Windows color (decimal): -10281412 or 3939939. OLE color: 3939939.

HSL color Cylindrical-coordinate representation of color #631E3C: hue angle of 333.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E3C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 60 -
CMYK 0 0.70 0.39 0.61
HSL 333.91º 0.53% 0.25% -
HSV(B) 333.91º 0.7% 0.39% -
XYZ 6.43 3.91 4.69 -
YUV 54.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 99 30 60 0 0.70 0.39 0.61 333.91 0.53 0.25
Hex 63 1E 3C 0 46 27 3D 14E 35 19
Octal 143 36 74 0 106 47 75 516 65 31
Binary 1100011 11110 111100 0 1000110 100111 111101 101001110 110101 11001

Color Harmonies of #631E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E3C

Black with #631E3C

Text Example


Text Example

White with #631E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E3C; }

 p { color: rgb(99,30,60); }

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

background-color css

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

 a { background-color: rgb(99,30,60); }

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

border-color css

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

 span { border-color: rgb(99,30,60); }

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