Html Css Color HEX #631438 Pompadour

📋 copy color: '#631438'

red 99 ◦ green 20 ◦ blue 56

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

Shades of Pompadour #631438

Tints of Pompadour #631438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 56.57%
G = 11.43%
B = 32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#631438 (or 0x631438) is known color: Pompadour. HEX triplet: 63, 14 and 38. RGB value is (99,20,56). Sum of RGB (Red+Green+Blue) = 99+20+56=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631438 is #9CEBC7. Grayscale: #2F2F2F. Windows color (decimal): -10283976 or 3675235. OLE color: 3675235.

HSL color Cylindrical-coordinate representation of color #631438: hue angle of 332.66º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631438 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 56 -
CMYK 0 0.80 0.43 0.61
HSL 332.66º 0.66% 0.23% -
HSV(B) 332.66º 0.8% 0.39% -
XYZ 6.11 3.44 4.08 -
YUV 47.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 99 20 56 0 0.80 0.43 0.61 332.66 0.66 0.23
Hex 63 14 38 0 50 2B 3D 14D 42 17
Octal 143 24 70 0 120 53 75 515 102 27
Binary 1100011 10100 111000 0 1010000 101011 111101 101001101 1000010 10111

Color Harmonies of #631438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631438

Black with #631438

Text Example


Text Example

White with #631438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631438; }

 p { color: rgb(99,20,56); }

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

background-color css

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

 a { background-color: rgb(99,20,56); }

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

border-color css

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

 span { border-color: rgb(99,20,56); }

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