Html Css Color HEX #631445 Pompadour

📋 copy color: '#631445'

red 99 ◦ green 20 ◦ blue 69

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

Shades of Pompadour #631445

Tints of Pompadour #631445

RGB

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

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

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

R = 52.66%
G = 10.64%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#631445 (or 0x631445) is known color: Pompadour. HEX triplet: 63, 14 and 45. RGB value is (99,20,69). Sum of RGB (Red+Green+Blue) = 99+20+69=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631445 is #9CEBBA. Grayscale: #313131. Windows color (decimal): -10283963 or 4527203. OLE color: 4527203.

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

Color convert

RGB 99 20 69 -
CMYK 0 0.80 0.30 0.61
HSL 322.78º 0.66% 0.23% -
HSV(B) 322.78º 0.8% 0.39% -
XYZ 6.47 3.58 5.98 -
YUV 49.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 99 20 69 0 0.80 0.30 0.61 322.78 0.66 0.23
Hex 63 14 45 0 50 1E 3D 143 42 17
Octal 143 24 105 0 120 36 75 503 102 27
Binary 1100011 10100 1000101 0 1010000 11110 111101 101000011 1000010 10111

Color Harmonies of #631445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631445

Black with #631445

Text Example


Text Example

White with #631445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631445; }

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

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

background-color css

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

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

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

border-color css

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

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

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