Html Css Color HEX #631745 Pompadour

📋 copy color: '#631745'

red 99 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #631745

Tints of Pompadour #631745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 51.83%
G = 12.04%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#631745 (or 0x631745) is known color: Pompadour. HEX triplet: 63, 17 and 45. RGB value is (99,23,69). Sum of RGB (Red+Green+Blue) = 99+23+69=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631745 is #9CE8BA. Grayscale: #323232. Windows color (decimal): -10283195 or 4527971. OLE color: 4527971.

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

Color convert

RGB 99 23 69 -
CMYK 0 0.77 0.30 0.61
HSL 323.68º 0.62% 0.24% -
HSV(B) 323.68º 0.77% 0.39% -
XYZ 6.53 3.7 6 -
YUV 50.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 99 23 69 0 0.77 0.30 0.61 323.68 0.62 0.24
Hex 63 17 45 0 4D 1E 3D 144 3E 18
Octal 143 27 105 0 115 36 75 504 76 30
Binary 1100011 10111 1000101 0 1001101 11110 111101 101000100 111110 11000

Color Harmonies of #631745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631745

Black with #631745

Text Example


Text Example

White with #631745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631745; }

 p { color: rgb(99,23,69); }

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

background-color css

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

 a { background-color: rgb(99,23,69); }

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

border-color css

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

 span { border-color: rgb(99,23,69); }

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